Skip to content

Commit 9e7ffcb

Browse files
committed
修改readme
1 parent b015333 commit 9e7ffcb

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
11
# wechatbot
2-
为个人微信接入ChatGPT
2+
最近chatGPT异常火爆,想到将其接入到个人微信是件比较有趣的事,所以有了这个项目。项目基于[openwechat](https://github.com/eatmoreapple/openwechat)
3+
开发
4+
###目前实现了以下功能
5+
+ 群聊@回复
6+
+ 私聊回复
7+
+ 自动通过回复
8+
9+
# 注册openai
10+
chatGPT注册可以参考[这里](https://juejin.cn/post/7173447848292253704)
11+
12+
# 安装使用
13+
````
14+
# 获取项目
15+
git clone https://github.com/869413421/wechatbot.git
16+
17+
# 进入项目目录
18+
cd wechatbot
19+
20+
# 复制配置文件
21+
copy config.dev.json config.json
22+
23+
# 启动项目
24+
go run main.go
25+
26+
启动前需替换config中的api_key

0 commit comments

Comments
 (0)