Skip to content

Commit ac1fd71

Browse files
authored
Update moderation_model.py
deleted unsupported moderation models
1 parent 4e88565 commit ac1fd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openai/types/moderation_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
__all__ = ["ModerationModel"]
66

77
ModerationModel: TypeAlias = Literal[
8-
"omni-moderation-latest", "omni-moderation-2024-09-26", "text-moderation-latest", "text-moderation-stable"
8+
"omni-moderation-latest", "omni-moderation-2024-09-26"
99
]

0 commit comments

Comments
 (0)