Update constants.js

This commit is contained in:
zhongerxll 2024-08-28 10:21:37 -05:00 committed by GitHub
parent 6e7c72364f
commit 13a8f23ace
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -152,6 +152,10 @@ const GEMINI_SAFETY = [
category: 'HARM_CATEGORY_DANGEROUS_CONTENT',
threshold: 'BLOCK_NONE',
},
{
category: 'HARM_CATEGORY_CIVIC_INTEGRITY',
threshold: 'BLOCK_NONE',
},
];
const BISON_SAFETY = [