Skip to content

Commit

Permalink
BLOCK_NONE is restricted for now
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Sep 21, 2024
1 parent 4cdfb02 commit 205c080
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
safety_settings = [
{
"category": "HARM_CATEGORY_HARASSMENT",
"threshold": "BLOCK_NONE",
"threshold": "BLOCK_ONLY_HIGH",
},
{
"category": "HARM_CATEGORY_HATE_SPEECH",
"threshold": "BLOCK_NONE",
"threshold": "BLOCK_ONLY_HIGH",
},
{
"category": "HARM_CATEGORY_SEXUALLY_EXPLICIT",
"threshold": "BLOCK_NONE",
"threshold": "BLOCK_ONLY_HIGH",
},
{
"category": "HARM_CATEGORY_DANGEROUS_CONTENT",
"threshold": "BLOCK_NONE",
"threshold": "BLOCK_ONLY_HIGH",
},
]

0 comments on commit 205c080

Please sign in to comment.