(ci/cd) run again

This commit is contained in:
Ishaan Jaff
2024-04-05 20:44:51 -07:00
parent 122dff007b
commit 83580dc00a
+1 -1
View File
@@ -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)