From 0d45433ea979fdd873f34d4cd25b7d388a50486f Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Thu, 11 Dec 2025 11:43:37 +0900 Subject: [PATCH] fix(litellm): fix langfuse integration --- litellm/justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/justfile b/litellm/justfile index d2d2b62..0a0dcc5 100644 --- a/litellm/justfile +++ b/litellm/justfile @@ -1032,7 +1032,7 @@ set-team-langfuse-project team_id='' public_key='' secret_key='': \"callback_name\": \"langfuse\", \"callback_vars\": { \"langfuse_public_key\": \"${public_key}\", - \"langfuse_secret\": \"${secret_key}\", + \"langfuse_secret_key\": \"${secret_key}\", \"langfuse_host\": \"https://${LANGFUSE_HOST}\" } }]