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:
Ishaan Jaff 2024-07-27 20:06:09 -07:00 committed by GitHub
commit 096844c258
2 changed files with 10 additions and 0 deletions

View file

@ -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 = []