We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e3597 commit d852b17Copy full SHA for d852b17
1 file changed
src/config.py
@@ -37,7 +37,8 @@
37
{"category": "HARM_CATEGORY_IMAGE_HARASSMENT", "threshold": "BLOCK_NONE"},
38
{"category": "HARM_CATEGORY_IMAGE_HATE", "threshold": "BLOCK_NONE"},
39
{"category": "HARM_CATEGORY_IMAGE_SEXUALLY_EXPLICIT", "threshold": "BLOCK_NONE"},
40
- {"category": "HARM_CATEGORY_UNSPECIFIED", "threshold": "BLOCK_NONE"}
+ {"category": "HARM_CATEGORY_UNSPECIFIED", "threshold": "BLOCK_NONE"},
41
+ {"category": "HARM_CATEGORY_JAILBREAK", "threshold": "BLOCK_NONE"}
42
]
43
44
# Base Models (without search variants)
0 commit comments