mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
ci/cd run again
This commit is contained in:
parent
548b2b6861
commit
9be6b7ec7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue