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 4e88565 commit ac1fd71Copy full SHA for ac1fd71
src/openai/types/moderation_model.py
@@ -5,5 +5,5 @@
5
__all__ = ["ModerationModel"]
6
7
ModerationModel: TypeAlias = Literal[
8
- "omni-moderation-latest", "omni-moderation-2024-09-26", "text-moderation-latest", "text-moderation-stable"
+ "omni-moderation-latest", "omni-moderation-2024-09-26"
9
]
0 commit comments