fix test streaming

This commit is contained in:
Ishaan Jaff 2024-04-06 18:23:10 -07:00
parent 187774ef5c
commit f10aba1007
2 changed files with 4 additions and 0 deletions

View file

@ -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("../..")