From ee53139ce2c3cfa162b625ce858d33b7f00b502a Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 9 Dec 2023 22:47:42 -0800 Subject: [PATCH] (fix) langfuse test --- litellm/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/utils.py b/litellm/utils.py index 6a9669db8..1779e0575 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -947,6 +947,7 @@ class Logging: print_verbose=print_verbose, ) if callback == "langfuse": + global langFuseLogger print_verbose("reaches langfuse for logging!") kwargs = {} for k, v in self.model_call_details.items():