mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
docs(configs.md): add global_max_parallel_requests to docs
This commit is contained in:
parent
735fc804ed
commit
e445b78490
1 changed files with 2 additions and 1 deletions
|
|
@ -752,7 +752,8 @@ general_settings:
|
|||
},
|
||||
"otel": true,
|
||||
"custom_auth": "string",
|
||||
"max_parallel_requests": 0,
|
||||
"max_parallel_requests": 0, # the max parallel requests allowed per deployment
|
||||
"global_max_parallel_requests": 0, # the max parallel requests allowed on the proxy all up
|
||||
"infer_model_from_keys": true,
|
||||
"background_health_checks": true,
|
||||
"health_check_interval": 300,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue