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
6a4dcac8
Unverified
Commit
6a4dcac8
authored
Feb 09, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Feb 09, 2024
Browse files
Merge pull request #694 from ollama-webui/do-not-track
feat: disable tracking from unstructured
parents
b05fe46b
f19bb89f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
Dockerfile
Dockerfile
+3
-0
example.env
example.env
+5
-1
No files found.
Dockerfile
View file @
6a4dcac8
...
@@ -27,6 +27,9 @@ ENV OPENAI_API_KEY ""
...
@@ -27,6 +27,9 @@ ENV OPENAI_API_KEY ""
ENV
WEBUI_SECRET_KEY ""
ENV
WEBUI_SECRET_KEY ""
ENV
SCARF_NO_ANALYTICS true
ENV
DO_NOT_TRACK true
WORKDIR
/app/backend
WORKDIR
/app/backend
# install python dependencies
# install python dependencies
...
...
example.env
View file @
6a4dcac8
...
@@ -4,3 +4,7 @@ OLLAMA_API_BASE_URL='http://localhost:11434/api'
...
@@ -4,3 +4,7 @@ OLLAMA_API_BASE_URL='http://localhost:11434/api'
OPENAI_API_BASE_URL=''
OPENAI_API_BASE_URL=''
OPENAI_API_KEY=''
OPENAI_API_KEY=''
# DO NOT TRACK
SCARF_NO_ANALYTICS=true
DO_NOT_TRACK=true
\ No newline at end of file
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