Commit 7100c787 by 1808837298@qq.com

fix: Update Gemini safety settings default value

parent 8a30d64a
......@@ -6,7 +6,7 @@ import (
)
var geminiSafetySettings = map[string]string{
"default": "OFF",
"default": "BLOCK_NONE",
"HARM_CATEGORY_CIVIC_INTEGRITY": "BLOCK_NONE",
}
......
......@@ -10,7 +10,7 @@ import {
import { useTranslation } from 'react-i18next';
const GEMINI_SETTING_EXAMPLE = {
'default': 'OFF',
'default': 'BLOCK_NONE',
'HARM_CATEGORY_CIVIC_INTEGRITY': 'BLOCK_NONE',
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment