mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 05:17:10 +00:00
fix: guoba
This commit is contained in:
parent
0fae49d5d1
commit
a97f01b9d3
1 changed files with 6 additions and 0 deletions
|
|
@ -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'
|
||||
}
|
||||
],
|
||||
// 获取配置数据方法(用于前端填充显示数据)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue