forked from phoenix/litellm-mirror
undo adding next-asyncio
This commit is contained in:
parent
9be250c0f0
commit
d51e853b60
2 changed files with 0 additions and 4 deletions
|
@ -42,7 +42,6 @@ jobs:
|
||||||
pip install lunary==0.2.5
|
pip install lunary==0.2.5
|
||||||
pip install "langfuse==2.7.3"
|
pip install "langfuse==2.7.3"
|
||||||
pip install numpydoc
|
pip install numpydoc
|
||||||
pip install nest-asyncio==1.6.0
|
|
||||||
pip install traceloop-sdk==0.0.69
|
pip install traceloop-sdk==0.0.69
|
||||||
pip install openai
|
pip install openai
|
||||||
pip install prisma
|
pip install prisma
|
||||||
|
|
|
@ -26,9 +26,6 @@ litellm.logging = False
|
||||||
litellm.set_verbose = True
|
litellm.set_verbose = True
|
||||||
litellm.num_retries = 3
|
litellm.num_retries = 3
|
||||||
litellm.cache = None
|
litellm.cache = None
|
||||||
import nest_asyncio
|
|
||||||
|
|
||||||
nest_asyncio.apply()
|
|
||||||
|
|
||||||
score = 0
|
score = 0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue