We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4a7e6 commit 71f7354Copy full SHA for 71f7354
src/openai/types/__init__.py
@@ -17,6 +17,7 @@
17
)
18
from .upload import Upload as Upload
19
from .embedding import Embedding as Embedding
20
+from .chat_model import ChatModel as ChatModel
21
from .completion import Completion as Completion
22
from .moderation import Moderation as Moderation
23
from .audio_model import AudioModel as AudioModel
0 commit comments