From 83580dc00a751aef7e7257416583fd30b7dde3d5 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 5 Apr 2024 20:44:51 -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 e11183938c..ed62987528 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -472,7 +472,7 @@ async def test_acompletion_gemini_stream(): print(f"type of response at the top: {response}") complete_response = "" idx = 0 - # Add any assertions here to check the response + # Add any assertions here to check, the response async for chunk in response: print(f"chunk in acompletion gemini: {chunk}") print(chunk.choices[0].delta)