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 = [
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 = [