Skip to content

Commit

Permalink
💄 style(model): Update deepseek-coder model (lobehub#2927)
Browse files Browse the repository at this point in the history
  • Loading branch information
RubuJam committed Jun 19, 2024
1 parent bf97f0e commit c8d45e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/modelProviders/deepseek.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const DeepSeek: ModelProviderCard = {
},
{
description: '擅长编程场景',
displayName: 'DeepSeek-coder',
displayName: 'DeepSeek-coder-V2',
enabled: true,
id: 'deepseek-coder',
tokens: 16_384,
tokens: 32_768,
},
],
checkModel: 'deepseek-chat',
Expand Down

0 comments on commit c8d45e4

Please sign in to comment.