forked from phoenix/litellm-mirror
fix(types/init.py): don't import openai assistants types by default
This commit is contained in:
parent
51a02de4cf
commit
fffb2427f3
2 changed files with 1 additions and 4 deletions
|
@ -1,3 +0,0 @@
|
|||
__all__ = ["openai"]
|
||||
|
||||
from . import openai
|
|
@ -1,6 +1,6 @@
|
|||
# LITELLM PROXY DEPENDENCIES #
|
||||
anyio==4.2.0 # openai + http req.
|
||||
openai==1.14.3 # openai req.
|
||||
openai==1.27.0 # openai req.
|
||||
fastapi==0.111.0 # server dep
|
||||
backoff==2.2.1 # server dep
|
||||
pyyaml==6.0.0 # server dep
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue