fix(open-webui): use litellm external hostname as OPENAI_API_BASE_URL
This commit is contained in:
@@ -28,7 +28,7 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
env:
|
env:
|
||||||
- name: OPENAI_API_BASE_URL
|
- 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
|
- name: WEBUI_URL
|
||||||
value: https://chat.k8s.syd1.au.unkin.net
|
value: https://chat.k8s.syd1.au.unkin.net
|
||||||
envFrom:
|
envFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user