From fe9c1e2b453b6cf1c18ad40293ac83ed3795ea2d Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 13 Nov 2023 18:00:48 -0800 Subject: [PATCH] test(test_streaming.py): turning on print verbose for streaming tests --- 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 7947de8382..314b8736b6 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -351,7 +351,7 @@ def test_completion_cohere_stream_bad_key(): def test_completion_azure_stream(): try: - litellm.set_verbose = False + litellm.set_verbose = True messages = [ {"role": "system", "content": "You are a helpful assistant."}, {