mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[bug] Add missing runtimeConfigManager.js in 6d980409d9
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user