From 43c8c88c91871043e01d98199df0e5c9d14dfed6 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 3 Oct 2023 21:01:32 -0700 Subject: [PATCH] test langfuse --- litellm/tests/test_langfuse.py | 1 + 1 file changed, 1 insertion(+) 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)