Skip to content

Releases: hanfangyuan4396/dify-on-wechat

v0.1.23

24 Jan 15:17
bc27f1d
Compare
Choose a tag to compare

🧨 新年快乐 v0.1.23版本更新

✨ 功能

✨ webui启动方式

  • 源码:python web_ui.py
  • docker: 设置环境变量 DIFY_ON_WECHAT_EXEC: 'python web_ui.py'
  • 访问 http://服务器ip:7860 ,输入默认账号密码 dow/dify-on-wechat

🛠 修复

📒 升级指南

cd dify-on-wechat
git pull
cd docker
docker compose up -d

What's Changed

New Contributors

Full Changelog: 0.1.22...0.1.23

新版UI截图

image
image
image
image

v0.1.22

11 Jan 01:38
Compare
Choose a tag to compare

🎉v0.1.22版本更新内容

🛠️修复

  • 过滤gewechat服务推送的过期微信消息

✨功能

升级指南

cd dify-on-wechat/docker
docker compose up -d

What's Changed

New Contributors

Full Changelog: 0.1.21...0.1.22

v0.1.21

06 Jan 14:48
872ecbe
Compare
Choose a tag to compare

修复在微信群中微信账号无法识别命令的bug,感谢 @sofs2005 贡献的代码

What's Changed

Full Changelog: 0.1.20...0.1.21

v0.1.20

04 Jan 04:31
e0215eb
Compare
Choose a tag to compare

bug修复 建议更新

gewechat_channel 过滤公众号等非真实用户消息,避免机器人与公众号等持续聊天,导致大量llm token费用。本次更新优化了过滤规则,感谢 @benxiaohai86 贡献的思路

修复gewechat_channel IMAGE 消息类型无法发送

What's Changed

Full Changelog: 0.1.19...0.1.20

v0.1.19

03 Jan 15:23
Compare
Choose a tag to compare

强烈建议更新!!

gewechat_channel 过滤公众号等非真实用户消息,避免机器人与公众号等持续聊天,导致大量llm token费用

What's Changed

Full Changelog: 0.1.18...0.1.19

v0.1.18

29 Dec 03:57
7b58b3b
Compare
Choose a tag to compare

gewechat支持发送语音条消息

gewechat_voice

增加简单的服务调用关系图

gewechat_service_design

What's Changed

Full Changelog: 0.1.17...0.1.18

0.1.17

28 Dec 14:15
84ccb68
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.16...0.1.17

0.1.16

14 Dec 09:03
Compare
Choose a tag to compare

更新

用户信息对接dify

新增用户信息对接dify的能力,会把用户id、用户名称、群聊id、群聊名称信息传递给dify,搭配 gewechat_channel 提供的wxid与chatroomid,可以在dify中识别出每个用户,实现个性化服务。

userinfo-fields

userinfo-room

同步上游功能

同步上游的web channel功能

image

What's Changed

Full Changelog: 0.1.15...0.1.16

v0.1.15

04 Dec 15:08
7baa8fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.14...0.1.15

v0.1.14

04 Dec 01:34
17ef921
Compare
Choose a tag to compare

🎉新增支持 gewechat 通道

基于 Gewechat 项目实现的微信个人号通道,使用ipad协议登录,相比itchat协议更稳定。
gewechat_login

What's Changed

New Contributors

Full Changelog: 0.1.13...0.1.14