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 c300ade commit c46de00Copy full SHA for c46de00
validator/main.py
@@ -20,8 +20,6 @@ class Policies(str, Enum):
20
NO_HATE_SPEECH = "NO_HATE_SPEECH"
21
NO_SEXUAL_CONTENT = "NO_SEXUAL_CONTENT"
22
23
- SUP = "SUP"
24
-
25
26
@register_validator(name="guardrails/shieldgemma_2b", data_type="string")
27
class ShieldGemma2B(Validator):
0 commit comments