fix: guoba

This commit is contained in:
ikechan8370 2025-02-17 23:00:06 +08:00
parent 0fae49d5d1
commit a97f01b9d3

View file

@ -1118,6 +1118,12 @@ export function supportGuoba () {
label: '额外工具url',
bottomHelpMessage: '测试期间提供一个公益接口一段时间后撤掉参考搭建https://github.com/ikechan8370/chatgpt-plugin-extras',
component: 'Input'
},
{
field: 'githubAPIKey',
label: 'github Access Token',
bottomHelpMessage: '去https://github.com/settings/personal-access-tokens生成。用于提高AI调用github工具的Rate Limit',
component: 'Input'
}
],
// 获取配置数据方法(用于前端填充显示数据)