Revert "fix test streaming"

This reverts commit f10aba1007.
This commit is contained in:
Ishaan Jaff 2024-04-06 18:24:00 -07:00
parent f10aba1007
commit 4512510d37
2 changed files with 0 additions and 4 deletions

View file

@ -43,7 +43,6 @@ jobs:
pip install "langfuse==2.7.3"
pip install numpydoc
pip install traceloop-sdk==0.0.69
pip install nest-asyncio==1.6.0
pip install openai
pip install prisma
pip install "httpx==0.24.1"

View file

@ -5,9 +5,6 @@ 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("../..")