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