feat: add github tool

This commit is contained in:
ikechan8370 2025-02-17 12:41:51 +08:00
parent 84e7e6b859
commit 0ad0e2d237
3 changed files with 66 additions and 2 deletions

View file

@ -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()