mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 19:30:17 +08:00
feat: update harmblockthreshold for harm_category_civic_integrity
This commit is contained in:
parent
a8536cf296
commit
7893edf70e
@ -152,7 +152,7 @@ export default class GeminiProvider extends BaseProvider {
|
||||
},
|
||||
{ category: HarmCategory.HARM_CATEGORY_HARASSMENT, threshold: 'OFF' as HarmBlockThreshold },
|
||||
{ category: HarmCategory.HARM_CATEGORY_DANGEROUS_CONTENT, threshold: 'OFF' as HarmBlockThreshold },
|
||||
{ category: 'HARM_CATEGORY_CIVIC_INTEGRITY' as HarmCategory, threshold: 'OFF' as HarmBlockThreshold }
|
||||
{ category: 'HARM_CATEGORY_CIVIC_INTEGRITY' as HarmCategory, threshold: 'BLOCK_NONE' as HarmBlockThreshold }
|
||||
]
|
||||
},
|
||||
this.requestOptions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user