fix: change in .env.template
This commit is contained in:
parent
7ce9cf8983
commit
7d5dc69c5a
1 changed files with 5 additions and 0 deletions
|
|
@ -216,6 +216,11 @@ TOKENIZERS_PARALLELISM="false"
|
||||||
# LITELLM Logging Level. Set to quiet down logging
|
# LITELLM Logging Level. Set to quiet down logging
|
||||||
LITELLM_LOG="ERROR"
|
LITELLM_LOG="ERROR"
|
||||||
|
|
||||||
|
|
||||||
|
# Enable or disable the last accessed timestamp tracking and cleanup functionality.
|
||||||
|
|
||||||
|
ENABLE_LAST_ACCESSED="false"
|
||||||
|
|
||||||
# Set this environment variable to disable sending telemetry data
|
# Set this environment variable to disable sending telemetry data
|
||||||
# TELEMETRY_DISABLED=1
|
# TELEMETRY_DISABLED=1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue