gptbot/wechatbot
2023-03-23 10:37:56 +08:00
..
bootstrap initial commit 2023-03-22 15:25:55 +08:00
config initial commit 2023-03-22 15:25:55 +08:00
gpt Fix some issues 2023-03-23 10:37:56 +08:00
handlers Fix some issues 2023-03-23 10:37:56 +08:00
.gitignore initial commit 2023-03-22 15:25:55 +08:00
config.json.example initial commit 2023-03-22 15:25:55 +08:00
Dockerfile initial commit 2023-03-22 15:25:55 +08:00
go.mod initial commit 2023-03-22 15:25:55 +08:00
go.sum initial commit 2023-03-22 15:25:55 +08:00
main.go initial commit 2023-03-22 15:25:55 +08:00
Makefile initial commit 2023-03-22 15:25:55 +08:00
README.md Fix some issues 2023-03-23 10:37:56 +08:00

wechatbot

最近chatGPT异常火爆想到将其接入到个人微信是件比较有趣的事所以有了这个项目。项目基于openwechat开发支持chatGPT和New Bing依赖于new-bing项目

目前实现了以下功能

  • 群聊@回复
  • 私聊回复
  • 自动通过回复

注册openai

chatGPT注册可以参考这里

安装使用

# 获取项目
git clone https://github.com/bujnlc8/gptbing

# 进入项目目录
cd gptbing/wechatbot

# 复制配置文件
copy config.dev.json config.json

# 启动项目
go run main.go

本项目fork至https://github.com/djun/wechatbot,修改使之支持chatGPTNew bing,在此致谢!

⚠️ 有一定的几率导致被微信封号,请谨慎使用,由此导致的封号,本人概不负责