Skip to content

Commit

Permalink
💄 style: Update deepseek max token (#3143)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxjeru authored Jul 7, 2024
1 parent d3bdb61 commit 4a241b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/modelProviders/deepseek.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ const DeepSeek: ModelProviderCard = {
displayName: 'DeepSeek-V2',
enabled: true,
id: 'deepseek-chat',
tokens: 32_768,
tokens: 128_000,
},
{
description: '擅长编程场景',
displayName: 'DeepSeek-coder-V2',
description: '擅长处理编程和数学任务',
displayName: 'DeepSeek-Coder-V2',
enabled: true,
id: 'deepseek-coder',
tokens: 32_768,
tokens: 128_000,
},
],
checkModel: 'deepseek-chat',
Expand Down

0 comments on commit 4a241b9

Please sign in to comment.