Default HARM_CATEGORY_CIVIC_INTEGRITY to OFF

All models support either all BLOCK_NONE, or all OFF.
This commit is contained in:
cloak1505
2025-04-26 18:43:56 -05:00
parent fc09be75a6
commit 340be02777
2 changed files with 1 additions and 6 deletions

View File

@ -156,7 +156,7 @@ export const GEMINI_SAFETY = [
},
{
category: 'HARM_CATEGORY_CIVIC_INTEGRITY',
threshold: 'BLOCK_NONE',
threshold: 'OFF',
},
];