Unverified Commit 6a4dcac8 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

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

feat: disable tracking from unstructured
parents b05fe46b f19bb89f
......@@ -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
......
......@@ -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
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment