mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 13:40:55 +00:00
i need coffee
This commit is contained in:
parent
953d05428e
commit
3f973fe77f
@ -222,7 +222,7 @@ if ENV == "prod":
|
|||||||
if OLLAMA_BASE_URL == "/ollama":
|
if OLLAMA_BASE_URL == "/ollama":
|
||||||
if INCLUDE_OLLAMA:
|
if INCLUDE_OLLAMA:
|
||||||
# if you use all-in-one docker container (Open WebUI + 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"
|
OLLAMA_BASE_URL = "http://localhost:11434"
|
||||||
else:
|
else:
|
||||||
OLLAMA_BASE_URL = "http://host.docker.internal:11434"
|
OLLAMA_BASE_URL = "http://host.docker.internal:11434"
|
||||||
|
Loading…
Reference in New Issue
Block a user