From 3f973fe77fa8330083a8d1bc4693c84c61323bc1 Mon Sep 17 00:00:00 2001 From: Jannik Streidl Date: Fri, 22 Mar 2024 09:57:17 +0100 Subject: [PATCH] i need coffee --- backend/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config.py b/backend/config.py index 2d6c2ada2..e4a53f631 100644 --- a/backend/config.py +++ b/backend/config.py @@ -222,7 +222,7 @@ if ENV == "prod": if OLLAMA_BASE_URL == "/ollama": if INCLUDE_OLLAMA: # if you use all-in-one docker container (Open WebUI + Ollama) - # with the ocker build arg INCLUDE_OLLAMA=true (--build-arg="INCLUDE_OLLAMA=true") this only works with http://localhost:11434 + # with the docker build arg INCLUDE_OLLAMA=true (--build-arg="INCLUDE_OLLAMA=true") this only works with http://localhost:11434 OLLAMA_BASE_URL = "http://localhost:11434" else: OLLAMA_BASE_URL = "http://host.docker.internal:11434"