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 19, 2024
1 parent cd4d7b6 commit 36e373d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/config/modelProviders/siliconcloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ const SiliconCloud: ModelProviderCard = {
},
{
description: 'Qwen2.5 是全新的大型语言模型系列,旨在优化指令式任务的处理。',
displayName: 'Qwen2.5 1.5B',
id: 'Qwen/Qwen2.5-1.5B-Instruct',
displayName: 'Qwen2.5 7B',
enabled: true,
id: 'Qwen/Qwen2.5-7B-Instruct',
tokens: 32_768,
},
{
description: 'Qwen2.5 是全新的大型语言模型系列,旨在优化指令式任务的处理。',
displayName: 'Qwen2.5 7B',
enabled: true,
id: 'Qwen/Qwen2.5-7B-Instruct',
displayName: 'Qwen2.5 14B',
id: 'Qwen/Qwen2.5-14B-Instruct',
tokens: 32_768,
},
{
Expand Down

0 comments on commit 36e373d

Please sign in to comment.