feat: Add Qwen provider

This commit is contained in:
Petr Mironychev
2026-05-29 11:33:06 +02:00
parent 0cf915c4a5
commit ea67ba0e2a
13 changed files with 171 additions and 3 deletions

View File

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