Dify AI 实战 - Dify智能聊天机器人接入微信
Dify AI 实战 - Dify智能聊天机器人接入微信_哔哩哔哩_bilibili
机器: 10.0.0.214
su - conda1
1-创建python 环境
conda create --name wechat python=3.11.7
conda env list
conda activate wechat
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
2-
https://github.com/chaoren399/dify-on-wechat
本项目为 chatgpt-on-wechat下游分支, 额外对接了LLMOps平台 Dify,支持Dify智能助手模式,调用工具和知识库,支持Dify工作流
git clone 下来
3- python 依赖安装
pip install -r requirements.txt
安装扩展依赖,可选,我们这里还是建议安装一下
pip install -r requirements-optional.txt
4- 修改 配置文件
cp config-template.json config.json
修改为:
{
"dify_api_base": "https://api.dify.ai/v1",
"dify_api_key": "app-xxx",
"dify_app_type": "chatbot",
"channel_type": "wx",
"model": "dify",
"single_chat_prefix": [""],
"single_chat_reply_prefix": "",
"group_chat_prefix": ["@bot"],
"group_name_white_list": ["ALL_GROUP"]
}
5-
根据用户的问题,使用幽默的口吻回答用户,在回答中添加一些有趣的表情符号
然后点击
调转:
创建秘钥:
app-LohPbmtcon240BoE9t09gKVx
然后配置到 config.json 中
6- 启动 wechat on
nohup python3 app.py & tail -f nohup.out
用手机微信扫一下这个二维码,登录
我们就可以用这个回复用户信息。
本项目使用itchat实现个人微信登录,有封号风险,建议使用实名认证过的微信小号进行测试,在执行上述命令后,我们可以在控制台看到打印如上图所示二维码,使用微信扫码登录,登录后当看到"itchat:Start auto replying."字符,表示登录成功,我们可以进行测试。
随便找人给你聊天就可以 接入 大模型回答了。
欢迎来撩 : 汇总all