From ae3dbe8e0c03352680fb9215ef94431bfc02b655 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 3 Jun 2024 07:54:34 -0700 Subject: [PATCH] fix logging raw request to langfuse --- 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 1d6306d0cc7..ed477194ee7 100644 --- a/litellm/proxy/proxy_config.yaml +++ b/litellm/proxy/proxy_config.yaml @@ -24,4 +24,4 @@ general_settings: alerting: ["slack", "email"] litellm_settings: - callbacks: custom_callbacks1.proxy_handler_instance \ No newline at end of file + success_callback: ["langfuse"] \ No newline at end of file