forked from phoenix/litellm-mirror
Update proxy_server_config.yaml
This commit is contained in:
parent
a12e55932e
commit
961c3548f5
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue