Skip to content

Commit

Permalink
fix(模块): 添加GPT-4V支持
Browse files Browse the repository at this point in the history
  • Loading branch information
leochen-g committed Dec 7, 2023
1 parent 77cb05a commit 9b52f74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## 更新日志

## V4.6.15(2023-12-07)

1、更新插件版本,增加GPT-4V图像识别
2、优化fastGPT重置对话不生效
3、优化回复内容分割
4、优化web协议发送大图片失败问题

## V4.6.14(2023-11-07)

1、更新插件版本
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wechat-assistant",
"version": "4.6.14",
"description": "智能微秘书4.6.14",
"version": "4.6.15",
"description": "智能微秘书4.6.15",
"main": "index.js",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"wechaty-puppet-official-account": "^1.10.7",
"wechaty-puppet-padlocal": "^1.20.1",
"wechaty-puppet-service": "^1.18.2",
"wechaty-puppet-wechat4u": "^1.14.1",
"wechaty-web-panel": "^1.6.28"
"wechaty-puppet-wechat4u": "^1.14.7",
"wechaty-web-panel": "^1.6.32"
},
"devDependencies": {
"pm2": "^4.2.3"
Expand Down

0 comments on commit 9b52f74

Please sign in to comment.