We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344bf56 commit a730f0eCopy full SHA for a730f0e
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