mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
feat: Add support for local Ollama Local provider
This commit is contained in:
@@ -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"
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user