fix: Update Gemini safety settings default value
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var geminiSafetySettings = map[string]string{
|
var geminiSafetySettings = map[string]string{
|
||||||
"default": "OFF",
|
"default": "BLOCK_NONE",
|
||||||
"HARM_CATEGORY_CIVIC_INTEGRITY": "BLOCK_NONE",
|
"HARM_CATEGORY_CIVIC_INTEGRITY": "BLOCK_NONE",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import {
|
|||||||
import { useTranslation } from 'react-i18next';
|
import { useTranslation } from 'react-i18next';
|
||||||
|
|
||||||
const GEMINI_SETTING_EXAMPLE = {
|
const GEMINI_SETTING_EXAMPLE = {
|
||||||
'default': 'OFF',
|
'default': 'BLOCK_NONE',
|
||||||
'HARM_CATEGORY_CIVIC_INTEGRITY': 'BLOCK_NONE',
|
'HARM_CATEGORY_CIVIC_INTEGRITY': 'BLOCK_NONE',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user