mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Adding proxy_server
This commit is contained in:
parent
e080f92b7f
commit
96cb2efedb
1 changed files with 2 additions and 0 deletions
|
|
@ -10616,6 +10616,8 @@ async def get_config_list(
|
|||
"max_request_size_mb": {"type": "Integer"},
|
||||
"max_response_size_mb": {"type": "Integer"},
|
||||
"pass_through_endpoints": {"type": "PydanticModel"},
|
||||
"store_prompts_in_spend_logs": {"type": "Boolean"},
|
||||
"maximum_spend_logs_retention_period": {"type": "String"},
|
||||
}
|
||||
|
||||
return_val = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue