fix: 增加智能模式私聊开关

This commit is contained in:
ikechan8370 2025-02-16 22:21:31 +08:00
parent 777279e410
commit d96349dde3
5 changed files with 36 additions and 68 deletions

View file

@ -227,7 +227,8 @@ const defaultConfig = {
_2captchaKey: '',
bingReasoning: false, // 是否深度思考
apiMaxToken: 4096,
version: 'v2.8.3'
enableToolPrivateSend: true, // 是否允许智能模式下私聊骚扰其他群友。主人不受影响。
version: 'v2.8.4'
}
const _path = process.cwd()
let config = {}