fix: also update PROVIDER_MAP in llm_router_service.py for Auto mode

This commit is contained in:
akc 2026-01-31 01:50:05 +03:00
parent 35416c220a
commit bcc77c2864

View file

@ -32,7 +32,7 @@ PROVIDER_MAP = {
"GROQ": "groq", "GROQ": "groq",
"COHERE": "cohere", "COHERE": "cohere",
"GOOGLE": "gemini", "GOOGLE": "gemini",
"OLLAMA": "ollama", "OLLAMA": "ollama_chat",
"MISTRAL": "mistral", "MISTRAL": "mistral",
"AZURE_OPENAI": "azure", "AZURE_OPENAI": "azure",
"OPENROUTER": "openrouter", "OPENROUTER": "openrouter",