mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix test streaming
This commit is contained in:
parent
187774ef5c
commit
f10aba1007
2 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,9 @@ import sys, os, asyncio
|
|||
import traceback
|
||||
import time, pytest
|
||||
from pydantic import BaseModel
|
||||
import nest_asyncio
|
||||
|
||||
nest_asyncio.apply()
|
||||
|
||||
sys.path.insert(
|
||||
0, os.path.abspath("../..")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue