docs: update README.md

This commit is contained in:
zhayujie
2025-05-30 17:05:04 +08:00
parent 51094a68c8
commit 223b0bfc88
2 changed files with 4 additions and 3 deletions

View File

@@ -16,7 +16,8 @@ chatgpt-on-wechat简称CoW项目是基于大模型的智能对话机器人
-**基础对话:** 私聊及群聊的消息智能回复,支持多轮会话上下文记忆,支持 GPT-4o系列, GPT-4.1系列, Claude, Gemini, 文心一言, 讯飞星火, 通义千问ChatGLM-4Kimi, MiniMax, GiteeAI, ModelScope
-**语音能力:** 可识别语音消息,通过文字或语音回复,支持 azure, baidu, google, openai(whisper/tts) 等多种语音模型
-**图像能力:** 支持图片生成、图片识别、图生图(如照片修复),可选择 Dall-E-3, stable diffusion, replicate, midjourney, CogView-3, vision模型
-**丰富插件:** 支持个性化插件扩展,已实现多角色切换、文字冒险、敏感词过滤、聊天记录总结、文档总结和对话、联网搜索等插件
-**丰富插件:** 支持自定义[插件](https://github.com/zhayujie/chatgpt-on-wechat/tree/master/plugins)扩展,已实现多角色切换、文字冒险、敏感词过滤、聊天记录总结、文档总结和对话、联网搜索等插件
-**Agent能力** 通过 [Agent插件](https://github.com/zhayujie/chatgpt-on-wechat/tree/master/plugins/agent) 访问浏览器、终端、文件系统、搜索引擎等各类工具,并支持多智能体协作完成复杂任务,基于 [AgentMesh](https://github.com/MinimalFuture/AgentMesh) 框架实现
-**知识库:** 通过上传知识库文件自定义专属机器人,可作为数字分身、智能客服、私域助手使用,基于 [LinkAI](https://link-ai.tech) 实现
## 声明

View File

@@ -12,7 +12,7 @@ AgentMesh项目地址https://github.com/MinimalFuture/AgentMesh
1. 确保已安装依赖:
```bash
pip install agentmesh-sdk>=0.1.2
pip install agentmesh-sdk>=0.1.3
```
2. 如需使用浏览器工具,还需安装: