This commit is contained in:
Jannik S 2024-03-25 21:50:58 +01:00 committed by GitHub
parent eecc7f3529
commit af366cf732
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,8 +218,8 @@ if OLLAMA_BASE_URL == "" and OLLAMA_API_BASE_URL != "":
else OLLAMA_API_BASE_URL
)
if ENV == "prod" and RUNNING_ON_K8S == "":
if OLLAMA_BASE_URL == "/ollama":
if ENV == "prod":
if OLLAMA_BASE_URL == "/ollama" and RUNNING_ON_K8S == "":
OLLAMA_BASE_URL = "http://host.docker.internal:11434"
else:
OLLAMA_BASE_URL = "http://ollama-service.open-webui.svc.cluster.local:11434"