Soulter / AstrBot

QQ、Telegram、微信 等多平台兼容的支持 LLM 聊天的机器人平台。支持自定义插件扩展。
GNU Affero General Public License v3.0
581 stars 58 forks source link

【功能请求】接入QQ #82

Closed Soulter closed 1 year ago

Soulter commented 1 year ago

已实现 需要安装GO-CQHTTP配合使用。 文档:https://docs.go-cqhttp.org/ 请将go-cqhttp的配置文件的sever部分粘贴为以下内容并去除注释,否则无法使用 请先启动go-cqhttp再启动本程序

# servers:
#   - http:
#       host: 127.0.0.1
#       version: 0
#       port: 5700
#       timeout: 5
#   - ws:
#       address: 127.0.0.1:6700
#       middlewares:
#         <<: *default