DeepSeek: Add tool calling for -chat model

This commit is contained in:
Cohee
2025-02-11 00:04:40 +02:00
parent c7958a4bb8
commit c3dd3e246e
4 changed files with 13 additions and 5 deletions

View File

@ -563,6 +563,7 @@ export class ToolManager {
chat_completion_sources.OPENROUTER,
chat_completion_sources.GROQ,
chat_completion_sources.COHERE,
chat_completion_sources.DEEPSEEK,
];
return supportedSources.includes(oai_settings.chat_completion_source);
}