Fix: baseURL auf /ollama/v1 umgeht OpenWebUI-Bug

This commit is contained in:
Daniel Krause
2026-05-21 02:15:50 +02:00
parent 21c83f9fd5
commit 77ee6c92a9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"openwebui": {
"options": {
"apiKey": "DEIN_API_KEY_HIER_EINFUEGEN",
"baseURL": "http://185.162.249.159:3002/api"
"baseURL": "http://185.162.249.159:3002/ollama/v1"
},
"models": {
"gemini-3-flash-preview:cloud": { "name": "Gemini 3 Flash" },