From a428501e686b39aa962fa3ba6d4d8d970ea494b1 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 26 Feb 2024 21:45:20 -0800 Subject: [PATCH] test(test_streaming.py): add more logging --- litellm/tests/test_streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_streaming.py b/litellm/tests/test_streaming.py index 66e8be4cbe..960bba4ee4 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -406,7 +406,7 @@ def test_completion_palm_stream(): def test_completion_gemini_stream(): try: - litellm.set_verbose = False + litellm.set_verbose = True print("Streaming gemini response") messages = [ {"role": "system", "content": "You are a helpful assistant."},