Skip to content

Commit

Permalink
feat: 添加 Dify 多模态支持
Browse files Browse the repository at this point in the history
  • Loading branch information
leochen-g committed Jan 26, 2024
1 parent bb6b127 commit 5f25778
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 更新日志

## V4.6.21(2024-01-26)
1、对接 Dify Agent + tools ,支持多模态输入输出,支持绘图,联网,爬取网站内容

## V4.6.20(2024-01-17)
1、修复windows下换行显示错误问题

Expand Down
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,29 @@
uos 协议又可以重新使用了,同时已经适配wechaty-puupet-padlocal的协议
~~由于UOS桌面版协议微信已经关闭了,没法再继续用桌面版协议登录了,现在只能换回web协议了。可以登录网页版微信的账号可以继续用,不能登录网页版协议的就不能用了。或者你可以申请Wechaty 的ipad local协议的token可以免费试用7天 。申请地址: https://github.com/padlocal/wechaty-puppet-padlocal~~

## 智能微秘书-插件版 (Wechaty 1.x版本)
## 智能微秘书客户端

让你闲置的微信号成为你的日常小秘书(没有闲置的也没关系,添加我的小助手微信号,她就能成为你的智能微秘书)。

帮你创建私人定时任务,每日提醒,纪念日提醒,当日提醒。当然基础的给女朋友的每日说功能也是必备的,而且小助手版每日说为那些非常优秀的程序员准备了多女朋友定时发送提醒功能。

同时自带智能机器人功能,ChatGPT对话,FastGPT,Dify无缝对接。跨群聊天,公告群发,群资讯消息定时发送,群定时提醒功能,群机器人聊天,垃圾分类,天气查询,土情话查询,老黄历查询,顺口溜查询,rss订阅推送等众多功能。
同时自带智能机器人功能,ChatGPT对话,FastGPT,Dify无缝对接。文字绘图,图片识别,GPT联网,网站内容爬取总结,跨群聊天,公告群发,群资讯消息定时发送,群定时提醒功能,群机器人聊天,垃圾分类,天气查询,土情话查询,老黄历查询,顺口溜查询,rss订阅推送等众多功能。

支持 Docker部署,宝塔面板部署,Sealos 部署,windows 安装包启动

此项目直接使用的是Wechaty的面板插件,当然这个插件也是作者开发的,如果有兴趣研究源码,可以移步[插件源码](https://github.com/leochen-g/wechaty-web-panel) ,觉得有用记得点个star

## 依赖

node 版本 >16
node 版本 >18

## 项目说明

本项目是基于[wechaty](https://github.com/wechaty/wechaty) 的个人开源智能机器人项目,更多关于`wechaty`项目说明及 api
本项目是基于[wechaty](https://github.com/wechaty/wechaty) 的开源智能机器人项目,更多关于`Wechaty`项目说明及 api
文档可以移步:[wechaty 介绍](https://wechaty.js.org/docs/howto/)

微秘书部署详细教程链接地址:[微秘书文档](https://help.aibotk.com/?plugin=czw_emDoc&post=5)

## 更多功能说明

![](./doc/img/aibot.png)
Expand All @@ -56,6 +60,8 @@ node 版本 >16
- [x] prompts 市场,设定不同角色
- [x] 无缝对接Dify和FastGPT向量知识库平台
- [x] GPT-4V识图功能
- [x] DALL-E3绘图功能
- [x] 多模态,Dify插件,联网模式,爬取网站内容
- [ ] 更多

* 定时任务
Expand Down Expand Up @@ -340,7 +346,7 @@ bot.start()

本软件依据github上开源项目 Wechaty

通过简单的设置UI和交互,运行微信机器人
通过简单的设置UI和交互,运行IM机器人

请遵守国家法律政策,请勿用于非法犯罪行为!

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wechat-assistant",
"version": "4.6.20",
"description": "智能微秘书4.6.20",
"version": "4.6.21",
"description": "智能微秘书4.6.21",
"main": "index.js",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"wechaty-puppet-padlocal": "^1.20.1",
"wechaty-puppet-service": "^1.18.2",
"wechaty-puppet-wechat4u": "^1.14.12",
"wechaty-web-panel": "^1.6.36"
"wechaty-web-panel": "^1.6.40"
},
"devDependencies": {
"pm2": "^4.2.3"
Expand Down

0 comments on commit 5f25778

Please sign in to comment.