diff --git a/src/config/modelProviders/deepseek.ts b/src/config/modelProviders/deepseek.ts index 1578401258af..1aa1bba860bb 100644 --- a/src/config/modelProviders/deepseek.ts +++ b/src/config/modelProviders/deepseek.ts @@ -7,6 +7,7 @@ const DeepSeek: ModelProviderCard = { description: '擅长通用对话任务', displayName: 'DeepSeek-V2', enabled: true, + functionCall: true, id: 'deepseek-chat', tokens: 128_000, }, @@ -14,6 +15,7 @@ const DeepSeek: ModelProviderCard = { description: '擅长处理编程和数学任务', displayName: 'DeepSeek-Coder-V2', enabled: true, + functionCall: true, id: 'deepseek-coder', tokens: 128_000, },