diff --git a/litellm/proxy/proxy_config.yaml b/litellm/proxy/proxy_config.yaml index 2fe8eb2a553..e47450b6afa 100644 --- a/litellm/proxy/proxy_config.yaml +++ b/litellm/proxy/proxy_config.yaml @@ -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"] \ No newline at end of file