PairZhu / GPT-QQRobot

基于cqhttp的 GPT QQ机器人
MIT License
129 stars 17 forks source link

是否支持反向ws方式连接cqhttp? #21

Open yb3712590 opened 7 months ago

yb3712590 commented 7 months ago

cqhttp放在家里的机器上避免IP风控,robot和自建的gpt服务在国外服务器。

PairZhu commented 6 months ago

最近没有精力更新这个项目,和机器人通讯的代码在src/robot.ts中,如果你会写js/ts代码欢迎提pr。不过我更推荐以下方案:
cqhttp在家,robot也在家,gpt在服务器(如果有墙就靠梯子连接),这样通讯速度会更快,robot和cqhttp的通讯频率一般是远大于和gpt的。