mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
feat: disable tracking from unstructured
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -3,4 +3,8 @@
|
|||||||
OLLAMA_API_BASE_URL='http://localhost:11434/api'
|
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
|
||||||
Reference in New Issue
Block a user