From 9be6b7ec7c450de262555f8f5a29231528b9efd2 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 6 Apr 2024 18:07:41 -0700 Subject: [PATCH] ci/cd run again --- 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 a8e3f768076..5e7609db9bd 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -846,7 +846,7 @@ async def test_claude_3_streaming_finish_reason(): max_tokens=10, ) complete_response = "" - # Add any assertions here to check the response + # Add any assertions here to-check the response num_finish_reason = 0 async for chunk in response: print(f"chunk: {chunk}")