Merge branch 'v2' into v2

This commit is contained in:
ycxom 2025-02-12 13:41:54 +08:00 committed by GitHub
commit 775483c989
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 40 additions and 9 deletions

View file

@ -199,6 +199,7 @@ const defaultConfig = {
enableBYM: false,
// 触发对话的概率百分比。比如5%就写5
bymRate: 5,
bymDisableGroup: [],
// 伪人模式触发骂人反击的关键词
bymFuckList: [
'骂',
@ -225,7 +226,7 @@ const defaultConfig = {
bingAiOid: '',
_2captchaKey: '',
bingReasoning: false, // 是否深度思考
apiMaxToken: 4096,
version: 'v2.8.3'
}
const _path = process.cwd()