wechat-assistant-pro icon indicating copy to clipboard operation
wechat-assistant-pro copied to clipboard

智能微秘书,一个全能的微信机器人管理平台,最简单的方式接入 ChatGPT,FastGPT,Dify,Coze知识库,支持绘图,联网查询,语音识别,各种定时任务,支持企微、公众号、5G 消息、WhatsApp

Results 27 wechat-assistant-pro issues
Sort by recently updated
recently updated
newest added

在微信端给小秘书发定时任务,比设定的时间晚8个小时才收到。在后台设置的定时任务是正常的

微信对话框中出现\n\n,没有替换成回车符 ![微信图片_20240218224153](https://github.com/leochen-g/wechat-assistant-pro/assets/157334984/6a138eca-a50e-423e-af6e-f2523e19aa82)

### 企微协议 > 提醒:此企微就是正常的企微员工账号,属于托管员工企微账号的形式,不是企微官方机器人,也不是企微应用 企微协议同样需要Token, 可在微秘书平台会员界面购买企微年套餐后,联系管理员获取 token。[直达链接](https://wechat.aibotk.com/member/main) ### step1: 拉取镜像 镜像名与 web协议镜像名不同,请注意 ``` docker pull aibotk/worker-assistant:latest ``` ### step2: 启动docker ``` docker run -d -e WORK_PRO_TOKEN="你申请的企微 token" -e AIBOTK_KEY="微秘书apikey" -e...

documentation

### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/leochen-g/wechat-assistant-pro/issues) and [help Doc](https://help.aibotk.com/?plugin=czw_emDoc&post=5), including closed ones. ### Panel Version 1.6.41 ### 协议 web 协议 ###...

bug

### ipad 协议 ~~ipad 协议需要自行申请第三方 Token,[申请地址](http://pad-local.com/#/login?aff=aibotk),默认 7 天试用,后续按照平台价格续费即可,第三方提供与微秘书无关,微秘书只是适配 wechaty 功能~~ 目前 ipad 协议token 已不可用,请勿使用,后续第三方恢复正常会在交流群通知 ~~### step1: 拉取镜像~~ ~~镜像名与 web协议镜像名一致~~ ``` docker pull aibotk/wechat-assistant:latest ``` ~~### step2: 启动docker~~ ``` docker run...

documentation

## 使用GPT-4V来实现图像识别 ### 必要条件 1、智能微秘书平台会员 2、你有一个含gpt4权限的token ### 开启方式 GPT对话配置->自定义对话->添加配置 ![](https://img.aibotk.com/aibotk/help/7NbjFA20231213180652.png) ![](https://img.aibotk.com/aibotk/help/7NA3Pl20231213180940.png) ### 相关问题 1、Dify和FastGPT是否支持视图功能 ? 目前这两个平台只有界面上提供文件上传功能,api接口暂未支持或者兼容GPT-4V识图功能。后续兼容会第一时间适配 2、开启识图后怎么继续使用FastGPT或者Dify 目前开启识图的群组或好友只能走chatGPT对话模式,后续会添加一个仅开启识图功能开关。 ### 实现效果 ![](https://img.aibotk.com/aibotk/help/7NiK4c20231213181750.png?imageView2/2/w/600/h/370/ignore-error/1/) ![](https://img.aibotk.com/aibotk/help/7NdrrI20231213181846.png?imageView2/2/w/600/h/370/ignore-error/1/)

Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.14 to 1.9.15. Release notes Sourced from @​grpc/grpc-js's releases. @​grpc/grpc-js 1.9.15 Avoid buffering significantly more than grpc.max_receive_message_size per received message. Commits 08b0422 Merge pull request from GHSA-7v5v-9h63-cj86...

dependencies

### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/leochen-g/wechat-assistant-pro/issues) and [help Doc](https://help.aibotk.com/?plugin=czw_emDoc&post=5), including closed ones. ### Panel Version 1.6.56 ### 协议 web 协议 ###...

bug

# 微秘书+dify打造私域问答助手 ## Dify是什么 官网:[www.dify.ai](http://www.dify.ai/) ![](https://img.aibotk.com/aibotk/help/7NgBgU20231213160934.png?imageView2/2/w/600/h/370/ignore-error/1/) Dify 一词源自 Define + Modify,意指定义并且持续的改进你的 AI 应用,它是为你而做的(Do it for you)。 Dify 是一个简单且能力丰富的自然语言编程工具。你可以用它搭建商用级应用,个人助理。如果你想自己开发应用,Dify 也能为你省下接入 OpenAI 的后端工作,但使用我们逐步提供高的可视化运营能力,你可以持续的改进和训练你的 GPT 模型。 dify刚发布我就第一时间去体验了,整个界面的简洁风格,还有功能界面的编排和逻辑,比之前使用过的向量数据库对接的界面好太多了。而且提供的不仅有单独的对话界面,还有对外的api提供,这个点瞬间让我想到肯定可以和我微秘书平台对接上了。 之前chatGPT已经对接了,但是很多用户都在咨询如何把自己的知识库融合进去,前期只能靠prompt来做,但是效果可能不是那么好,回答的不够专业。我自己也研究过一些向量数据库相关的方案,但是发现结合起来的难度可能都比较大,而且需要考虑的东西很多,而且我本身也对向量数据库这块不是很精通,尽力也比较有限,所以当dify出来的时候我一眼就觉得这就是我想要的功能。 ## 部署步骤 说了这么多,大家最关心的应该就是怎么部署了,那就转入正题,开始搭建私域助手。 ### 一、准备工作...

![image](https://github.com/leochen-g/wechat-assistant-pro/assets/20028566/c82fb4ba-b20c-4612-ad40-133408295c30)