mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-03 04:42:39 +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",
|
"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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue