fix(types/init.py): don't import openai assistants types by default

This commit is contained in:
Krrish Dholakia 2024-05-15 08:50:31 -07:00
parent 51a02de4cf
commit fffb2427f3
2 changed files with 1 additions and 4 deletions

View file

@ -1,3 +0,0 @@
__all__ = ["openai"]
from . import openai

View file

@ -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