mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-28 04:04:31 +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,
|
AsyncAssistantEventHandler,
|
||||||
)
|
)
|
||||||
print(run)
|
print(run)
|
||||||
run.until_done()
|
await run.until_done()
|
||||||
else:
|
else:
|
||||||
run = await litellm.arun_thread(
|
run = await litellm.arun_thread(
|
||||||
custom_llm_provider=provider,
|
custom_llm_provider=provider,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue