From 961c3548f50b411f2c82cc9b350f957be537de44 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Fri, 15 Mar 2024 19:06:06 -0700 Subject: [PATCH] Update proxy_server_config.yaml --- proxy_server_config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"