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 = [
152 category: 'HARM_CATEGORY_DANGEROUS_CONTENT',152 category: 'HARM_CATEGORY_DANGEROUS_CONTENT',
153 threshold: 'BLOCK_NONE',153 threshold: 'BLOCK_NONE',
154 },154 },
155 {
156 category: 'HARM_CATEGORY_CIVIC_INTEGRITY',
157 threshold: 'BLOCK_NONE',
158 },
155];159];
156160
157const BISON_SAFETY = [161const BISON_SAFETY = [