From 404ff3d91d1d35beeeeeebcf81f2d00948211f84 Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Tue, 1 Sep 2026 13:49:20 -0500 Subject: [PATCH] Set OPENAI_API_BASE_URLS (plural) for model discovery --- cluster/applications/open-webui/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster/applications/open-webui/deployment.yaml b/cluster/applications/open-webui/deployment.yaml index 58edfef..df783c1 100644 --- a/cluster/applications/open-webui/deployment.yaml +++ b/cluster/applications/open-webui/deployment.yaml @@ -43,6 +43,8 @@ spec: # OLLAMA_BASE_URLS removed: astro-orbiter runs vLLM, not Ollama - name: OPENAI_BASE_URL value: "http://astro-orbiter:8000/v1" + - name: OPENAI_API_BASE_URLS + value: "http://astro-orbiter:8000/v1" - name: OPENAI_API_BASE_URL value: "http://astro-orbiter:8000/v1" - name: OPENAI_API_KEY