mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
set max_response_size_mb
This commit is contained in:
parent
b2f72338f6
commit
f633f7d92d
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ general_settings:
|
|||
# Security controls
|
||||
max_request_size_mb: 100
|
||||
# google cloud run maximum repsonses size is 32MB
|
||||
max_response_size_mb: 100
|
||||
max_response_size_mb: 10
|
||||
|
||||
litellm_settings:
|
||||
success_callback: ["langfuse"]
|
||||
Loading…
Add table
Reference in a new issue