mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 17:56:25 +02:00
fix: also update PROVIDER_MAP in llm_router_service.py for Auto mode
This commit is contained in:
parent
35416c220a
commit
bcc77c2864
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ PROVIDER_MAP = {
|
|||
"GROQ": "groq",
|
||||
"COHERE": "cohere",
|
||||
"GOOGLE": "gemini",
|
||||
"OLLAMA": "ollama",
|
||||
"OLLAMA": "ollama_chat",
|
||||
"MISTRAL": "mistral",
|
||||
"AZURE_OPENAI": "azure",
|
||||
"OPENROUTER": "openrouter",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue