ci/cd run again

This commit is contained in:
Ishaan Jaff 2024-04-06 18:07:41 -07:00
parent 548b2b6861
commit 9be6b7ec7c

View file

@ -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}")