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

@@ -15,6 +15,7 @@ enum class ProviderID {
OpenRouter,
GoogleAI,
LlamaCpp,
Qwen
Qwen,
DeepSeek
};
}