forked from open-webui/open-webui
Added: Environment Variable ANONYMIZED_TELEMETRY=False to .env.example & Dockerfile files to prevent/disable the creation of telemetry_user_id file created by Chroma in Docker installation methods.
This commit is contained in:
parent
c9589e2118
commit
b763535c92
2 changed files with 9 additions and 3 deletions
|
@ -10,7 +10,8 @@ OPENAI_API_KEY=''
|
|||
# DO NOT TRACK
|
||||
SCARF_NO_ANALYTICS=true
|
||||
DO_NOT_TRACK=true
|
||||
ANONYMIZED_TELEMETRY=false
|
||||
|
||||
# Use locally bundled version of the LiteLLM cost map json
|
||||
# to avoid repetitive startup connections
|
||||
LITELLM_LOCAL_MODEL_COST_MAP="True"
|
||||
LITELLM_LOCAL_MODEL_COST_MAP="true"
|
Loading…
Add table
Add a link
Reference in a new issue