基于Golang
语言和Gin
框架的个人微信系统,微信协议基于openwechat
2022-12-12,跟个风对接了ChatGPT
,指令格式(@openai是固定句式,不代表任何一个微信账号):
@openai
你要说的话
# 下载代码
git clone https://xxxx.xxx.xx/xx.git
# 更新依赖
go mod download
# 编译
go build main.go
# 清理无用mod引用
go mod tidy
docker compose up -d
# 或者
docker-compose up -d