Skip to content

Commit

Permalink
feat: 添加chatgpt支持
Browse files Browse the repository at this point in the history
  • Loading branch information
leochen-g committed Dec 7, 2022
1 parent 10fc768 commit f13f24c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 更新日志

### V4.2.5(2022-12-07)

一、更新插件版本,新增ChatGPT 聊天支持

### V4.2.4(2022-12-03)

一、更新插件版本,新增群发助手
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ node 版本 >16

- [x] 天行机器人
- [x] 图灵机器人
- [x] 腾讯闲聊机器人
- [x] 微信开放对话平台
- [x] 火出圈的ChatGPT
- [ ] 更多

* 群定时任务
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "wechat-assistant",
"version": "4.2.4",
"description": "微信小助手4.2.4",
"version": "4.2.5",
"description": "微信小助手4.2.5",
"main": "index.js",
"type": "module",
"scripts": {
"pm2": "pm2 start pm2.json",
"stop": "pm2 stop wechaty-pro",
"restart": "pm2 restart wechat-pro",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "node src/index.template.js",
"puppet-install": "node node_modules/.bin/wechaty-puppet-install"
},
"author": "Leo_chen",
Expand All @@ -29,8 +29,9 @@
},
"dependencies": {
"wechaty": "^1.20.2",
"wechaty-dice-king": "^1.0.16",
"wechaty-puppet-wechat": "^1.18.4",
"wechaty-web-panel": "^1.2.7"
"wechaty-web-panel": "^1.2.8"
},
"devDependencies": {
"pm2": "^4.2.3"
Expand Down

0 comments on commit f13f24c

Please sign in to comment.