mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
fix: use ollama_chat provider for proper tool
This commit is contained in:
parent
dd0ea1b0ed
commit
35416c220a
2 changed files with 4 additions and 4 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