[bug] Add missing runtimeConfigManager.js in 6d980409d9

This commit is contained in:
Sergey Konovalov
2025-06-07 12:17:31 +03:00
parent 391e87a1fc
commit 806a8d6193
2 changed files with 134 additions and 1 deletions

View File

@ -3,7 +3,7 @@
class Provider extends AI.Provider {
constructor() {
super("Ollama", "http://localhost:11434", "", "v1");
super("Ollama", "http://127.0.0.1:11434", "", "v1");
}
getImageGeneration(message, model) {