Skip to content

Commit 2552c68

Browse files
committed
fix: update doubao channel name
1 parent 5c81e40 commit 2552c68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

web/air/src/constants/channel.constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const CHANNEL_OPTIONS = [
77
{ key: 24, text: 'Google Gemini', value: 24, color: 'orange' },
88
{ key: 28, text: 'Mistral AI', value: 28, color: 'orange' },
99
{ key: 41, text: 'Novita', value: 41, color: 'purple' },
10-
{ key: 40, text: '字节跳动豆包', value: 40, color: 'blue' },
10+
{key: 40, text: '火山引擎', value: 40, color: 'blue'},
1111
{ key: 15, text: '百度文心千帆', value: 15, color: 'blue' },
1212
{ key: 17, text: '阿里通义千问', value: 17, color: 'orange' },
1313
{ key: 18, text: '讯飞星火认知', value: 18, color: 'blue' },

web/berry/src/constants/ChannelConstants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const CHANNEL_OPTIONS = {
4949
},
5050
40: {
5151
key: 40,
52-
text: '字节跳动豆包',
52+
text: '火山引擎',
5353
value: 40,
5454
color: 'primary'
5555
},

web/default/src/constants/channel.constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const CHANNEL_OPTIONS = [
77
{ key: 24, text: 'Google Gemini', value: 24, color: 'orange' },
88
{ key: 28, text: 'Mistral AI', value: 28, color: 'orange' },
99
{ key: 41, text: 'Novita', value: 41, color: 'purple' },
10-
{ key: 40, text: '字节跳动豆包', value: 40, color: 'blue' },
10+
{key: 40, text: '火山引擎', value: 40, color: 'blue'},
1111
{ key: 15, text: '百度文心千帆', value: 15, color: 'blue' },
1212
{ key: 17, text: '阿里通义千问', value: 17, color: 'orange' },
1313
{ key: 18, text: '讯飞星火认知', value: 18, color: 'blue' },

0 commit comments

Comments
 (0)