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."}, {