diff --git a/proxy_server_config.yaml b/proxy_server_config.yaml index 32f12bd79..b0a8513b8 100644 --- a/proxy_server_config.yaml +++ b/proxy_server_config.yaml @@ -45,13 +45,14 @@ litellm_settings: budget_duration: 30d num_retries: 5 request_timeout: 600 + cache: true general_settings: master_key: sk-1234 # [OPTIONAL] Only use this if you to require all calls to contain this key (Authorization: Bearer sk-1234) proxy_budget_rescheduler_min_time: 60 proxy_budget_rescheduler_max_time: 64 # database_url: "postgresql://:@:/" # [OPTIONAL] use for token-based auth to proxy -environment_variables: +# environment_variables: # settings for using redis caching # REDIS_HOST: redis-16337.c322.us-east-1-2.ec2.cloud.redislabs.com # REDIS_PORT: "16337"