diff --git a/.env.template b/.env.template index fe168cf91..1f7941a26 100644 --- a/.env.template +++ b/.env.template @@ -216,6 +216,11 @@ TOKENIZERS_PARALLELISM="false" # LITELLM Logging Level. Set to quiet down logging 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 # TELEMETRY_DISABLED=1