Merge pull request #2728 from zhongerxll/patch-1 Update constants.js

88709e0541ca3e059c727911ecadf8cc64d0b751

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
1 files changed, +4 -0Showing whitespace changes
src/constants.js+4 -0
@@ -152,6 +152,10 @@ const GEMINI_SAFETY = [
152152 category: 'HARM_CATEGORY_DANGEROUS_CONTENT',
153153 threshold: 'BLOCK_NONE',
154154 },
155+ {
156+ category: 'HARM_CATEGORY_CIVIC_INTEGRITY',
157+ threshold: 'BLOCK_NONE',
158+ },
155159];
156160
157161const BISON_SAFETY = [