From e342ecd8734310833ad6fe297160a2c2a2bc117a Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 12 Mar 2024 12:56:38 -0700 Subject: [PATCH] test: set verbose for test --- 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 4f647486b6..2834b8319f 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -2035,7 +2035,7 @@ async def test_azure_astreaming_and_function_calling(): def test_completion_claude_3_function_call_with_streaming(): - # litellm.set_verbose = True + litellm.set_verbose = True tools = [ { "type": "function",