diff --git a/litellm/tests/test_langfuse.py b/litellm/tests/test_langfuse.py index 8cf3fc712..ce23ab8e9 100644 --- a/litellm/tests/test_langfuse.py +++ b/litellm/tests/test_langfuse.py @@ -20,6 +20,7 @@ def test_langfuse_logging(): "role": "user", "content": "Hi 👋 - i'm claude" }]) + print(response) except Exception as e: print(e)