Merge pull request #694 from ollama-webui/do-not-track

feat: disable tracking from unstructured
This commit is contained in:
Timothy Jaeryang Baek 2024-02-09 18:12:57 -08:00 committed by GitHub
commit 6a4dcac8e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View file

@ -27,6 +27,9 @@ ENV OPENAI_API_KEY ""
ENV WEBUI_SECRET_KEY ""
ENV SCARF_NO_ANALYTICS true
ENV DO_NOT_TRACK true
WORKDIR /app/backend
# install python dependencies

View file

@ -4,3 +4,7 @@ OLLAMA_API_BASE_URL='http://localhost:11434/api'
OPENAI_API_BASE_URL=''
OPENAI_API_KEY=''
# DO NOT TRACK
SCARF_NO_ANALYTICS=true
DO_NOT_TRACK=true