From 83ac1ec91ab1f6a23897575e3ad34ff47d5aaa81 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 12 Oct 2023 15:48:20 -0700 Subject: [PATCH] (test) try replicate test streaming with verbose mode --- litellm/tests/test_streaming.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_streaming.py b/litellm/tests/test_streaming.py index d8795b6ea6..4f26c02fdf 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -591,6 +591,7 @@ def test_completion_claude_stream_bad_key(): def test_completion_replicate_stream(): try: + litellm.set_verbose = True messages = [ {"role": "system", "content": "You are a helpful assistant."}, {