mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
feat: add github tool
This commit is contained in:
parent
84e7e6b859
commit
0ad0e2d237
3 changed files with 66 additions and 2 deletions
|
|
@ -229,6 +229,8 @@ const defaultConfig = {
|
|||
apiMaxToken: 4096,
|
||||
enableToolPrivateSend: true, // 是否允许智能模式下私聊骚扰其他群友。主人不受影响。
|
||||
geminiForceToolKeywords: [],
|
||||
githubAPI: 'https://api.github.com',
|
||||
githubAPIKey: '',
|
||||
version: 'v2.8.4'
|
||||
}
|
||||
const _path = process.cwd()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue