From 7fe46ac0ce06e87af31cb6a393c8ab2ea30a44c4 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 3 Aug 2024 08:26:59 -0700 Subject: [PATCH] add vertex example on config.yaml --- litellm/proxy/proxy_config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/litellm/proxy/proxy_config.yaml b/litellm/proxy/proxy_config.yaml index 88ec6be6989..aa2bfc5252d 100644 --- a/litellm/proxy/proxy_config.yaml +++ b/litellm/proxy/proxy_config.yaml @@ -58,5 +58,3 @@ general_settings: # google cloud run maximum repsonses size is 32MB max_response_size_mb: 10 -litellm_settings: - callbacks: ["gcs_bucket"] # 👈 KEY CHANGE \ No newline at end of file