From 69091f31dfd412de274bd713879962779e40638e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 23 Jul 2024 08:43:01 -0700 Subject: [PATCH] feat - add success_Callback per request --- 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 2508a48a1df..60ddfba32ba 100644 --- a/litellm/proxy/proxy_config.yaml +++ b/litellm/proxy/proxy_config.yaml @@ -12,4 +12,4 @@ general_settings: master_key: sk-1234 litellm_settings: - callbacks: ["arize"] \ No newline at end of file + success_callback: ["langfuse"] \ No newline at end of file