mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(test_scheduler.py): fix test
This commit is contained in:
parent
de62c5f565
commit
ca82b82d4b
2 changed files with 4 additions and 9 deletions
|
@ -1410,7 +1410,7 @@ async def test_parallel_streaming_requests(sync_mode, model):
|
|||
]
|
||||
|
||||
def sync_test_streaming():
|
||||
response: litellm.CustomStreamWrapper = litellm.acompletion( # type: ignore
|
||||
response: litellm.CustomStreamWrapper = litellm.completion( # type: ignore
|
||||
model=model,
|
||||
messages=messages,
|
||||
stream=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue