fix: guoba typo

This commit is contained in:
ikechan8370 2024-03-13 15:07:54 +08:00
parent 5a6990ee86
commit 7d83c34e98

View file

@ -308,7 +308,7 @@ export function supportGuoba () {
component: 'InputTextArea' component: 'InputTextArea'
}, },
{ {
field: 'sydneyChatExampleBot1', field: 'chatExampleBot1',
label: '前置对话第一轮AI', label: '前置对话第一轮AI',
bottomHelpMessage: '会强行插入该轮对话,能有效抑制抱歉', bottomHelpMessage: '会强行插入该轮对话,能有效抑制抱歉',
component: 'InputTextArea' component: 'InputTextArea'
@ -320,7 +320,7 @@ export function supportGuoba () {
component: 'InputTextArea' component: 'InputTextArea'
}, },
{ {
field: 'sydneyChatExampleBot2', field: 'chatExampleBot2',
label: '前置对话第二轮AI', label: '前置对话第二轮AI',
bottomHelpMessage: '会强行插入该轮对话,能有效抑制抱歉', bottomHelpMessage: '会强行插入该轮对话,能有效抑制抱歉',
component: 'InputTextArea' component: 'InputTextArea'
@ -332,7 +332,7 @@ export function supportGuoba () {
component: 'InputTextArea' component: 'InputTextArea'
}, },
{ {
field: 'sydneyChatExampleBot3', field: 'chatExampleBot3',
label: '前置对话第三轮AI', label: '前置对话第三轮AI',
bottomHelpMessage: '会强行插入该轮对话,能有效抑制抱歉', bottomHelpMessage: '会强行插入该轮对话,能有效抑制抱歉',
component: 'InputTextArea' component: 'InputTextArea'