mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(Feat) update config.yaml example on proxy
This commit is contained in:
parent
1dcab433b4
commit
9d3d10da4c
1 changed files with 9 additions and 1 deletions
|
@ -14,7 +14,15 @@ model_list:
|
|||
litellm_settings:
|
||||
drop_params: True
|
||||
set_verbose: True
|
||||
# cache: # optional if you want to use caching
|
||||
# type: redis # tell litellm to use redis caching
|
||||
|
||||
general_settings:
|
||||
# master_key: sk-1234 # [OPTIONAL] Only use this if you to require all calls to contain this key (Authorization: Bearer sk-1234)
|
||||
# database_url: "postgresql://<user>:<password>@<host>:<port>/<dbname>" # [OPTIONAL] use for token-based auth to proxy
|
||||
# database_url: "postgresql://<user>:<password>@<host>:<port>/<dbname>" # [OPTIONAL] use for token-based auth to proxy
|
||||
|
||||
environment_variables:
|
||||
# settings for using redis caching
|
||||
# REDIS_HOST: redis-16337.c322.us-east-1-2.ec2.cloud.redislabs.com
|
||||
# REDIS_PORT: "16337"
|
||||
# REDIS_PASSWORD:
|
Loading…
Add table
Add a link
Reference in a new issue