fix(open-webui): use litellm external hostname as OPENAI_API_BASE_URL
ci/woodpecker/pr/pre-commit Pipeline was canceled
ci/woodpecker/pr/kubeconform Pipeline was canceled

This commit is contained in:
2026-05-26 23:25:26 +10:00
parent 1bcb88d3dd
commit 16dabbbf8d
+1 -1
View File
@@ -28,7 +28,7 @@ spec:
protocol: TCP
env:
- name: OPENAI_API_BASE_URL
value: http://litellm-pooler.litellm.svc.cluster.local:4000
value: https://litellm.k8s.syd1.au.unkin.net
- name: WEBUI_URL
value: https://chat.k8s.syd1.au.unkin.net
envFrom: