fix: Update Gemini safety settings to use 'OFF' as default

This commit is contained in:
1808837298@qq.com
2025-02-26 19:20:17 +08:00
parent ed4e1c2332
commit c802b3b41a
3 changed files with 2 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ import {
import { useTranslation } from 'react-i18next';
const GEMINI_SETTING_EXAMPLE = {
'default': 'BLOCK_NONE',
'default': 'OFF',
'HARM_CATEGORY_CIVIC_INTEGRITY': 'BLOCK_NONE',
};