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
+2 -2
View File
@@ -4,8 +4,8 @@
"provider": {
"openwebui": {
"options": {
"apiKey": "DEIN_API_KEY_HIER_EINFUEGEN",
"baseURL": "http://185.162.249.159:3002/api"
"apiKey": "sk-ce343adf68855a8df4c991dde4d4e2b27c61d883915fb6db",
"baseURL": "http://185.162.249.159:3002/ollama/v1"
},
"models": {
"gemini-3-flash-preview:cloud": { "name": "Gemini 3 Flash" },