mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
Merge pull request #4927 from BerriAI/litellm_set_max_request_response_size_ui
Feat Enterprise - set max request / response size UI
This commit is contained in:
commit
096844c258
2 changed files with 10 additions and 0 deletions
|
@ -9083,6 +9083,8 @@ async def get_config_list(
|
|||
allowed_args = {
|
||||
"max_parallel_requests": {"type": "Integer"},
|
||||
"global_max_parallel_requests": {"type": "Integer"},
|
||||
"max_request_size_mb": {"type": "Integer"},
|
||||
"max_response_size_mb": {"type": "Integer"},
|
||||
}
|
||||
|
||||
return_val = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue