feat: Add DeepSeek provider

This commit is contained in:
Petr Mironychev
2026-05-29 12:41:18 +02:00
parent ea67ba0e2a
commit 033c0e8652
17 changed files with 212 additions and 10 deletions

View File

@@ -82,6 +82,7 @@ public:
case PluginLLMCore::ProviderID::LMStudio:
case PluginLLMCore::ProviderID::LlamaCpp:
case PluginLLMCore::ProviderID::Qwen:
case PluginLLMCore::ProviderID::DeepSeek:
return true;
default:
return false;