mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
allow setting max request / response size on admin UI
This commit is contained in:
parent
f633f7d92d
commit
3511aadf99
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