From 21c83f9fd51b055eace2ba99e16c8efb0938033e Mon Sep 17 00:00:00 2001 From: Daniel Krause Date: Thu, 21 May 2026 01:53:01 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20baseURL=20muss=20/api=20enthalten=20f?= =?UTF-8?q?=C3=BCr=20OpenWebUI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 2 +- opencode.jsonc.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 55d4bc9..3c3131d 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -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" }, diff --git a/opencode.jsonc.template b/opencode.jsonc.template index 39c26dd..44b7ea9 100644 --- a/opencode.jsonc.template +++ b/opencode.jsonc.template @@ -4,7 +4,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" },