From ac2fa230185601711c13c1289fd7ebf8ab9b9579 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 4 Jun 2024 09:40:34 -0700 Subject: [PATCH] fix proxy config.yaml --- litellm/proxy/proxy_config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/litellm/proxy/proxy_config.yaml b/litellm/proxy/proxy_config.yaml index ed477194ee7..e3d4effe806 100644 --- a/litellm/proxy/proxy_config.yaml +++ b/litellm/proxy/proxy_config.yaml @@ -21,7 +21,6 @@ model_list: general_settings: master_key: sk-1234 - alerting: ["slack", "email"] litellm_settings: - success_callback: ["langfuse"] \ No newline at end of file + callbacks: ["otel"] \ No newline at end of file