Skip to content

Commit

Permalink
💄 style: add qwen2.5 math and coder model for siliconcloud provider (l…
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyGuYiMeng committed Sep 20, 2024
1 parent c5ac8b1 commit d16578f
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions src/config/modelProviders/siliconcloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,27 @@ const SiliconCloud: ModelProviderCard = {
tokens: 32_768,
},
{
description: 'Qwen2-Math 专注于数学领域的问题求解,为高难度题提供专业解答。',
displayName: 'Qwen2 Math 72B',
id: 'Qwen/Qwen2-Math-72B-Instruct',
description: 'Qwen2.5-Math 专注于数学领域的问题求解,为高难度题提供专业解答。',
displayName: 'Qwen2.5 Math 72B',
enabled: true,
id: 'Qwen/Qwen2.5-Math-72B-Instruct',
pricing: {
currency: 'CNY',
input: 4.13,
output: 4.13,
},
tokens: 4096,
},
{
description: 'Qwen2.5-Coder 专注于代码编写。',
displayName: 'Qwen2.5 Coder 7B',
enabled: true,
id: 'Qwen/Qwen2.5-Coder-7B-Instruct',
pricing: {
currency: 'CNY',
input: 0,
output: 0,
},
tokens: 32_768,
},
{
Expand Down

0 comments on commit d16578f

Please sign in to comment.