Update proxy_server_config.yaml

This commit is contained in:
Krish Dholakia 2024-03-15 19:06:06 -07:00 committed by GitHub
parent a12e55932e
commit 961c3548f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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://<user>:<password>@<host>:<port>/<dbname>" # [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"