ocpro / wechatbot

weixin chatgpt3.5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wechatbot

个人微信接入chatgpt3.5版本,模型:gpt-3.5-turbo

项目基于openwechat/wechatbot 开发 ###目前实现了以下功能

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

注册openai

chatGPT注册可以参考这里

安装使用

# 获取项目
git clone git@github.com:superheze/wechatbot.git

# 进入项目目录
cd wechatbot

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

# 启动项目
go run main.go

启动前需替换config中的api_key

About

weixin chatgpt3.5


Languages

Language:Go 100.0%