Skip to content

Commit a730f0e

Browse files
chore: export more types (#2176)
1 parent 344bf56 commit a730f0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/openai/types/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
)
1818
from .upload import Upload as Upload
1919
from .embedding import Embedding as Embedding
20+
from .chat_model import ChatModel as ChatModel
2021
from .completion import Completion as Completion
2122
from .moderation import Moderation as Moderation
2223
from .audio_model import AudioModel as AudioModel

0 commit comments

Comments
 (0)