Skip to content

Commit 068ec3b

Browse files
authored
💄 style: fix model list sort
1 parent 2ab22d2 commit 068ec3b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/config/aiModels/hunyuan.ts

+12-12
Original file line numberDiff line numberDiff line change
@@ -331,31 +331,31 @@ const hunyuanChatModels: AIChatModelCard[] = [
331331
{
332332
contextWindowTokens: 8000,
333333
description:
334-
'支持中文和英语、日语、法语、葡萄牙语、西班牙语、土耳其语、俄语、阿拉伯语、韩语、意大利语、德语、越南语、马来语、印尼语15种语言互译,基于多场景翻译评测集自动化评估COMET评分,在十余种常用语种中外互译能力上整体优于市场同规模模型。',
335-
displayName: 'Hunyuan Translation',
336-
id: 'hunyuan-translation',
334+
'混元翻译模型支持自然语言对话式翻译;支持中文和英语、日语、法语、葡萄牙语、西班牙语、土耳其语、俄语、阿拉伯语、韩语、意大利语、德语、越南语、马来语、印尼语15种语言互译。',
335+
displayName: 'Hunyuan Translation Lite',
336+
id: 'hunyuan-translation-lite',
337337
maxOutput: 4000,
338338
pricing: {
339339
currency: 'CNY',
340-
input: 15,
341-
output: 45,
340+
input: 1,
341+
output: 3,
342342
},
343-
releasedAt: '2024-10-25',
343+
releasedAt: '2024-11-25',
344344
type: 'chat',
345345
},
346346
{
347347
contextWindowTokens: 8000,
348348
description:
349-
'混元翻译模型支持自然语言对话式翻译;支持中文和英语、日语、法语、葡萄牙语、西班牙语、土耳其语、俄语、阿拉伯语、韩语、意大利语、德语、越南语、马来语、印尼语15种语言互译。',
350-
displayName: 'Hunyuan Translation Lite',
351-
id: 'hunyuan-translation-lite',
349+
'支持中文和英语、日语、法语、葡萄牙语、西班牙语、土耳其语、俄语、阿拉伯语、韩语、意大利语、德语、越南语、马来语、印尼语15种语言互译,基于多场景翻译评测集自动化评估COMET评分,在十余种常用语种中外互译能力上整体优于市场同规模模型。',
350+
displayName: 'Hunyuan Translation',
351+
id: 'hunyuan-translation',
352352
maxOutput: 4000,
353353
pricing: {
354354
currency: 'CNY',
355-
input: 1,
356-
output: 3,
355+
input: 15,
356+
output: 45,
357357
},
358-
releasedAt: '2024-11-25',
358+
releasedAt: '2024-10-25',
359359
type: 'chat',
360360
},
361361
];

0 commit comments

Comments
 (0)