feat: 主动聊天功能

This commit is contained in:
ikechan8370 2023-03-05 16:41:38 +08:00
parent 5cbd2cad15
commit 7a320bc772
4 changed files with 114 additions and 2 deletions

View file

@ -45,7 +45,8 @@ const defaultConfig = {
noiseScale: 0.6,
noiseScaleW: 0.668,
lengthScale: 1.2,
version: 'v2.0.18'
initiativeChatGroups: [],
version: 'v2.0.19'
}
const _path = process.cwd()
let config = {}