forked from rainerosion/wechatbot
autu build
This commit is contained in:
parent
04689a43f0
commit
a6244f7a5a
@ -11,6 +11,7 @@ steps:
|
|||||||
# - sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
# - sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||||
# - apk update && apk add build-base
|
# - apk update && apk add build-base
|
||||||
- CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o chatgpt-arm64
|
- CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o chatgpt-arm64
|
||||||
|
- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o chatgpt-amd64
|
||||||
- name: upload
|
- name: upload
|
||||||
image: rainerosion/gocos
|
image: rainerosion/gocos
|
||||||
settings:
|
settings:
|
||||||
|
|||||||
@ -1,7 +1,11 @@
|
|||||||
## 微信机器人
|
## 微信机器人[](http://ci.rainss.cn/rainerosion/wechatbot)
|
||||||
|
|
||||||
最近ChatGPT异常火爆,想到将其接入到个人微信是件比较有趣的事,所以有了这个项目。项目基于[openwechat](https://github.com/eatmoreapple/openwechat)开发,支持ChatGPT和New Bing,其中New Bing[依赖于new-bing项目](../new-bing)提供的http接口。
|
最近ChatGPT异常火爆,想到将其接入到个人微信是件比较有趣的事,所以有了这个项目。项目基于[openwechat](https://github.com/eatmoreapple/openwechat)开发,支持ChatGPT和New Bing,其中New Bing[依赖于new-bing项目](../new-bing)提供的http接口。
|
||||||
|
|
||||||
|
## 自动构建下载地址
|
||||||
|
- [chatgpt-arm64](https://cos.suger.live/cicd/wechatbot/chatgpt-arm64)
|
||||||
|
- [chatgpt-amd64](https://cos.suger.live/cicd/wechatbot/chatgpt-amd64)
|
||||||
|
|
||||||
## 目前实现了以下功能
|
## 目前实现了以下功能
|
||||||
+ 群聊@回复
|
+ 群聊@回复
|
||||||
+ 私聊回复
|
+ 私聊回复
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user