CoolFace
Apppublic

chieh2/LiteLLM

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
proxy_server_config.yaml16 linesDownload Raw Back to root
1include:2  - model_config.yaml3 4litellm_settings:5  drop_params: True6  request_timeout: 6007  set_verbose: False8  callbacks: ["langfuse"]9  redact_user_api_key_info: true10 11general_settings:12  master_key: os.environ/MASTER_KEY13  proxy_batch_write_at: 6014  database_connection_pool_limit: 1015  allow_requests_on_db_unavailable: True16