Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
3f973fe7
Commit
3f973fe7
authored
Mar 22, 2024
by
Jannik Streidl
Browse files
i need coffee
parent
953d0542
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
backend/config.py
backend/config.py
+1
-1
No files found.
backend/config.py
View file @
3f973fe7
...
...
@@ -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
d
ocker 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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment