Add wechatmp_service channel

This commit is contained in:
JS00000
2023-04-07 19:47:50 +08:00
parent 0adf8d6e5d
commit d35d01f980
7 changed files with 332 additions and 193 deletions

View File

@@ -79,13 +79,15 @@ available_setting = {
"wechaty_puppet_service_token": "", # wechaty的token
# wechatmp的配置
"wechatmp_token": "", # 微信公众平台的Token
"wechatmp_token": "", # 微信公众平台的Token
"wechatmp_app_id": "", # 微信公众平台的appID
"wechatmp_app_secret": "", # 微信公众平台的appsecret
# chatgpt指令自定义触发词
"clear_memory_commands": ['#清除记忆'], # 重置会话指令,必须以#开头
# channel配置
"channel_type": "wx", # 通道类型,支持:{wx,wxy,terminal,wechatmp}
"channel_type": "wx", # 通道类型,支持:{wx,wxy,terminal,wechatmp,wechatmp_service}
"debug": False, # 是否开启debug模式开启后会打印更多日志