fix - test streaming
This commit is contained in:
parent
2622f0351b
commit
f08486448c
@ -42,6 +42,7 @@ jobs:
|
||||
pip install lunary==0.2.5
|
||||
pip install "langfuse==2.7.3"
|
||||
pip install numpydoc
|
||||
pip install nest-asyncio==1.6.0
|
||||
pip install traceloop-sdk==0.0.69
|
||||
pip install openai
|
||||
pip install prisma
|
||||
|
||||
@ -26,6 +26,9 @@ litellm.logging = False
|
||||
litellm.set_verbose = True
|
||||
litellm.num_retries = 3
|
||||
litellm.cache = None
|
||||
import nest_asyncio
|
||||
|
||||
nest_asyncio.apply()
|
||||
|
||||
score = 0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user