Skip to content

Commit

Permalink
Update siliconcloud.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyGuYiMeng authored Sep 27, 2024
1 parent 68b0354 commit df7d162
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/config/modelProviders/siliconcloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,6 @@ const SiliconCloud: ModelProviderCard = {
},
tokens: 32_768,
},
{
description: 'GLM-4 9B 开放源码版本,为会话应用提供优化后的对话体验。',
displayName: 'GLM-4 9B',
functionCall: true,
id: 'THUDM/glm-4-9b-chat',
pricing: {
currency: 'CNY',
input: 0,
output: 0,
},
tokens: 32_768,
},
{
description: 'InternLM2.5 提供多场景下的智能对话解决方案。',
displayName: 'Internlm 2.5 7B',
Expand All @@ -126,6 +114,18 @@ const SiliconCloud: ModelProviderCard = {
},
tokens: 32_768,
},
{
description: 'GLM-4 9B 开放源码版本,为会话应用提供优化后的对话体验。',
displayName: 'GLM-4 9B',
functionCall: true,
id: 'THUDM/glm-4-9b-chat',
pricing: {
currency: 'CNY',
input: 0,
output: 0,
},
tokens: 32_768,
},
{
description: 'Yi-1.5 9B 支持16K Tokens, 提供高效、流畅的语言生成能力。',
displayName: 'Yi-1.5 9B',
Expand Down

0 comments on commit df7d162

Please sign in to comment.