From d4b845683af3c948432e137a3f8329e2f8048192 Mon Sep 17 00:00:00 2001 From: leo_chen Date: Tue, 14 May 2024 13:39:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20gpt-4o=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5f73ca..0bbf0a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 更新日志 +## V4.6.31(2024-05-14) +1、添加 gpt-4o支持 + ## V4.6.30(2024-05-13) 1、优化rss 定时任务发送重复 2、优化FastGPT非简单问答数据结构不匹配问题 diff --git a/package.json b/package.json index e56689c..2d26ba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechat-assistant", - "version": "4.6.30", + "version": "4.6.31", "description": "智能微秘书,一个全能的微信机器人管理平台,最简单的方式接入 ChatGPT,FastGPT,Dify,Coze知识库,支持绘图,联网查询,语音识别,各种定时任务,支持企微、个微、公众号、5G 消息、WhatsApp", "main": "index.js", "type": "module", @@ -45,7 +45,7 @@ "wechaty-puppet-padlocal": "^1.20.1", "wechaty-puppet-service": "^1.18.2", "wechaty-puppet-wechat4u": "^1.14.12", - "wechaty-web-panel": "^1.6.52" + "wechaty-web-panel": "^1.6.53" }, "devDependencies": { "pm2": "^4.2.3"