Fix: baseURL muss /api enthalten für OpenWebUI

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