mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 09:16:36 +08:00
fix: update channel name from '火山引擎' to '字节火山引擎' for consistency
This commit is contained in:
parent
4375246e24
commit
0b6d03d6c6
@ -7,7 +7,7 @@ export const CHANNEL_OPTIONS = [
|
|||||||
{ key: 24, text: 'Google Gemini', value: 24, color: 'orange' },
|
{ key: 24, text: 'Google Gemini', value: 24, color: 'orange' },
|
||||||
{ key: 28, text: 'Mistral AI', value: 28, color: 'orange' },
|
{ key: 28, text: 'Mistral AI', value: 28, color: 'orange' },
|
||||||
{ key: 41, text: 'Novita', value: 41, color: 'purple' },
|
{ key: 41, text: 'Novita', value: 41, color: 'purple' },
|
||||||
{key: 40, text: '火山引擎', value: 40, color: 'blue'},
|
{key: 40, text: '字节火山引擎', value: 40, color: 'blue'},
|
||||||
{ key: 15, text: '百度文心千帆', value: 15, color: 'blue' },
|
{ key: 15, text: '百度文心千帆', value: 15, color: 'blue' },
|
||||||
{ key: 17, text: '阿里通义千问', value: 17, color: 'orange' },
|
{ key: 17, text: '阿里通义千问', value: 17, color: 'orange' },
|
||||||
{ key: 18, text: '讯飞星火认知', value: 18, color: 'blue' },
|
{ key: 18, text: '讯飞星火认知', value: 18, color: 'blue' },
|
||||||
|
@ -49,7 +49,7 @@ export const CHANNEL_OPTIONS = {
|
|||||||
},
|
},
|
||||||
40: {
|
40: {
|
||||||
key: 40,
|
key: 40,
|
||||||
text: '火山引擎',
|
text: '字节火山引擎',
|
||||||
value: 40,
|
value: 40,
|
||||||
color: 'primary'
|
color: 'primary'
|
||||||
},
|
},
|
||||||
|
@ -9,7 +9,7 @@ export const CHANNEL_OPTIONS = [
|
|||||||
{key: 41, text: 'Novita', value: 41, color: 'purple'},
|
{key: 41, text: 'Novita', value: 41, color: 'purple'},
|
||||||
{
|
{
|
||||||
key: 40,
|
key: 40,
|
||||||
text: '火山引擎',
|
text: '字节火山引擎',
|
||||||
value: 40,
|
value: 40,
|
||||||
color: 'blue',
|
color: 'blue',
|
||||||
description: '原字节跳动豆包',
|
description: '原字节跳动豆包',
|
||||||
|
Loading…
Reference in New Issue
Block a user