feat: Add support for local Ollama Local provider

This commit is contained in:
decolua
2026-03-13 10:22:59 +07:00
parent 754a24d52a
commit 399adca63d
7 changed files with 14 additions and 0 deletions
+4
View File
@@ -294,4 +294,8 @@ export const PROVIDERS = {
baseUrl: "https://ollama.com/api/chat",
format: "ollama"
},
"ollama-local": {
baseUrl: "http://localhost:11434/api/chat",
format: "ollama"
},
};