Skip to content

Commit d852b17

Browse files
committed
added jailbreak safety setting
1 parent b9e3597 commit d852b17

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
{"category": "HARM_CATEGORY_IMAGE_HARASSMENT", "threshold": "BLOCK_NONE"},
3838
{"category": "HARM_CATEGORY_IMAGE_HATE", "threshold": "BLOCK_NONE"},
3939
{"category": "HARM_CATEGORY_IMAGE_SEXUALLY_EXPLICIT", "threshold": "BLOCK_NONE"},
40-
{"category": "HARM_CATEGORY_UNSPECIFIED", "threshold": "BLOCK_NONE"}
40+
{"category": "HARM_CATEGORY_UNSPECIFIED", "threshold": "BLOCK_NONE"},
41+
{"category": "HARM_CATEGORY_JAILBREAK", "threshold": "BLOCK_NONE"}
4142
]
4243

4344
# Base Models (without search variants)

0 commit comments

Comments
 (0)