mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
test(test_async_fn.py): fix import issues
This commit is contained in:
parent
83fd829b49
commit
53b5409fac
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ def test_async_response():
|
|||
def test_get_response_streaming():
|
||||
import asyncio
|
||||
async def test_async_call():
|
||||
litellm.set_verbose = True
|
||||
user_message = "Hello, how are you?"
|
||||
messages = [{"content": user_message, "role": "user"}]
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue