mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
feat: sydney的强制洗脑功能,以应对今天微软的加强审计
This commit is contained in:
parent
bdd896a11d
commit
563d88df41
3 changed files with 207 additions and 8 deletions
|
|
@ -291,6 +291,28 @@ export function supportGuoba () {
|
|||
bottomHelpMessage: '即使配置了proxy,依然使用sydney反代',
|
||||
component: 'Switch'
|
||||
},
|
||||
{
|
||||
field: 'sydneyBrainWashName',
|
||||
label: 'Sydney的称呼',
|
||||
bottomHelpMessage: '如果开启了强制洗脑,务必准确填写这个才能精准洗脑。不开启洗脑可以不管这个',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
field: 'sydneyBrainWash',
|
||||
label: '开启强制洗脑',
|
||||
bottomHelpMessage: '如果发现Sydney回复类似于换个话题之类的话,可以开启强制洗脑试试,如果还不行就调整你的设定',
|
||||
component: 'Switch'
|
||||
},
|
||||
{
|
||||
field: 'sydneyBrainWashStrength',
|
||||
label: '洗脑强度',
|
||||
bottomHelpMessage: '洗脑强度。默认为15,可以酌情调整。太大的话可能长对话会影响上下文',
|
||||
component: 'InputNumber',
|
||||
componentProps: {
|
||||
min: 0,
|
||||
max: 20
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '以下为API3方式的配置。',
|
||||
component: 'Divider'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue