Skip to content

Commit

Permalink
💄 style: add siliconcloud new model (lobehub#3865)
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyGuYiMeng authored Sep 9, 2024
1 parent 4e7c262 commit c6b5a45
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/config/modelProviders/siliconcloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ const SiliconCloud: ModelProviderCard = {
id: 'internlm/internlm2_5-20b-chat',
tokens: 32_768,
},
{
displayName: 'DeepSeek V2.5',
enabled: true,
id: 'deepseek-ai/DeepSeek-V2.5',
tokens: 32_768,
},
{
displayName: 'DeepSeek V2 Chat',
id: 'deepseek-ai/DeepSeek-V2-Chat',
Expand Down Expand Up @@ -136,6 +142,11 @@ const SiliconCloud: ModelProviderCard = {
id: 'meta-llama/Meta-Llama-3.1-405B-Instruct',
tokens: 32_768,
},
{
displayName: 'Reflection Llama 3.1 70B',
id: 'mattshumer/Reflection-Llama-3.1-70B',
tokens: 32_768,
},
{
displayName: 'Llama 3 70B',
id: 'meta-llama/Meta-Llama-3-70B-Instruct',
Expand Down

0 comments on commit c6b5a45

Please sign in to comment.