Merge branch 'ikechan8370:v2' into v2

This commit is contained in:
ifeif 2024-01-29 10:36:31 +08:00 committed by GitHub
commit ca72d76cc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 353 additions and 60 deletions

View file

@ -409,6 +409,12 @@ export function supportGuoba () {
bottomHelpMessage: '加强主人认知。希望机器人认清主人避免NTR可开启。开启后可能会与自设定的内容有部分冲突。sydney模式可以放心开启',
component: 'Switch'
},
{
field: 'sydneyGPT4Turbo',
label: '使用GPT4-turbo',
bottomHelpMessage: '目前仅Copilot Pro可开启。非pro用户开启会报错。',
component: 'Switch'
},
{
field: 'enableGenerateContents',
label: '允许生成图像等内容',
@ -514,6 +520,16 @@ export function supportGuoba () {
bottomHelpMessage: '使用GPT-4注意试用配额较低如果用不了就关掉',
component: 'Switch'
},
{
label: '以下为智谱清言ChatGLM方式的配置。',
component: 'Divider'
},
{
field: 'chatglmRefreshToken',
label: 'refresh token',
bottomHelpMessage: 'chatglm_refresh_token 6个月有效期',
component: 'Input'
},
{
label: '以下为Slack Claude方式的配置',
component: 'Divider'