mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
Merge branch 'ikechan8370:v2' into v2
This commit is contained in:
commit
d8454fe806
20 changed files with 657 additions and 320 deletions
|
|
@ -371,12 +371,12 @@ export function supportGuoba () {
|
|||
{
|
||||
field: 'toneStyle',
|
||||
label: 'Bing模式',
|
||||
bottomHelpMessage: '微软必应官方的三种应答风格。默认为均衡,Sydney为实验风格,独立与三种风格之外;自设定为自定义AI的回答风格',
|
||||
bottomHelpMessage: 'Copilot的应答风格。默认为创意,可切换为精准,均支持添加设定',
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
options: [
|
||||
{ label: '默认(创意)', value: 'Sydney' },
|
||||
{ label: '自设定', value: 'Custom' }
|
||||
{ label: '创意', value: 'Creative' },
|
||||
{ label: '精准', value: 'Precise' }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
@ -429,7 +429,7 @@ export function supportGuoba () {
|
|||
{
|
||||
field: 'groupContextLength',
|
||||
label: '允许机器人读取近期的最多群聊聊天记录条数。',
|
||||
bottomHelpMessage: '允许机器人读取近期的最多群聊聊天记录条数。太多可能会超。默认50',
|
||||
bottomHelpMessage: '允许机器人读取近期的最多群聊聊天记录条数。太多可能会超。默认50。同时影响所有模式,不止必应',
|
||||
component: 'InputNumber'
|
||||
},
|
||||
{
|
||||
|
|
@ -441,7 +441,7 @@ export function supportGuoba () {
|
|||
{
|
||||
field: 'sydney',
|
||||
label: 'Custom的设定',
|
||||
bottomHelpMessage: '仅自设定模式下有效。你可以自己改写设定,让Sydney变成你希望的样子。可能存在不稳定的情况',
|
||||
bottomHelpMessage: '你可以自己改写设定,让Copilot变成你希望的样子。可能存在不稳定的情况',
|
||||
component: 'InputTextArea'
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue