fix: use ollama_chat provider for proper tool

This commit is contained in:
akc 2026-01-30 21:16:40 +03:00
parent dd0ea1b0ed
commit 35416c220a
2 changed files with 4 additions and 4 deletions

View file

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