Update constants.js

13a8f23ace3e3152531b6a834ada4e7678a6566a

zhongerxll <160529153+zhongerxll@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 = [