Merge pull request #2728 from zhongerxll/patch-1

Update constants.js
This commit is contained in:
Cohee 2024-09-14 09:35:18 +03:00 committed by GitHub
commit 88709e0541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

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