mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(ci/cd) run again
This commit is contained in:
parent
122dff007b
commit
83580dc00a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue