Skip to content

Commit

Permalink
✨ feat: Enabled function calling on Deepseek models (#3312)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachZimm authored Jul 26, 2024
1 parent e7629b9 commit 35f31cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/modelProviders/deepseek.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ const DeepSeek: ModelProviderCard = {
description: '擅长通用对话任务',
displayName: 'DeepSeek-V2',
enabled: true,
functionCall: true,
id: 'deepseek-chat',
tokens: 128_000,
},
{
description: '擅长处理编程和数学任务',
displayName: 'DeepSeek-Coder-V2',
enabled: true,
functionCall: true,
id: 'deepseek-coder',
tokens: 128_000,
},
Expand Down

0 comments on commit 35f31cb

Please sign in to comment.