From f633f7d92d30337ca2b63686e139cfdf86d3a000 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 27 Jul 2024 16:54:31 -0700 Subject: [PATCH] set max_response_size_mb --- litellm/proxy/proxy_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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