mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
test: fix test
This commit is contained in:
parent
1a57e49e46
commit
ba4b94105b
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ async def test_aarun_thread_litellm(sync_mode, provider, is_streaming):
|
|||
AsyncAssistantEventHandler,
|
||||
)
|
||||
print(run)
|
||||
run.until_done()
|
||||
await run.until_done()
|
||||
else:
|
||||
run = await litellm.arun_thread(
|
||||
custom_llm_provider=provider,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue