From 214fa5b9944849c4a073900bca8586eb76e1aed3 Mon Sep 17 00:00:00 2001 From: hrz <1710360675@qq.com> Date: Sun, 9 Feb 2025 17:04:27 +0800 Subject: [PATCH] =?UTF-8?q?update:=E4=BF=AE=E6=94=B9=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 +++++++++++++---------- README_en.md | 23 +++++++++++++---------- 2 files changed, 26 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index fb670639..96cb5f50 100644 --- a/README.md +++ b/README.md @@ -38,17 +38,18 @@ - 对话记忆 - 更换心情模式 -## 本项目依赖服务 +## 本项目支持的平台/组件列表 -| 类型 | 服务名称 | 使用方式 | 收费模式 | 备注 | -|:----|:-----------|:----:|:--------|:-----------------------------------------------------------| -| LLM | DeepSeek | 接口调用 | 消耗token | [点击申请密钥](https://platform.deepseek.com/) | -| LLM | Dify | 接口调用 | 消耗token | 本地化部署 | -| LLM | ChatGLMLLM | 接口调用 | 免费 | [点击创建密钥](https://bigmodel.cn/usercenter/proj-mgmt/apikeys) | -| TTS | DoubaoTTS | 接口调用 | 消耗token | [点击创建密钥](https://console.volcengine.com/speech/service/8) | -| TTS | EdgeTTS | 接口调用 | 免费 | | -| VAD | SileroVAD | 本地使用 | 免费 | | -| ASR | FunASR | 本地使用 | 免费 | | +| 类型 | 平台名称 | 使用方式 | 收费模式 | 备注 | +|:----|:----------|:----:|:--------|:----------------------------------------------------------------| +| LLM | 阿里百炼 | 接口调用 | 消耗token | [点击申请密钥](https://bailian.console.aliyun.com/?apiKey=1#/api-key) | +| LLM | 深度求索 | 接口调用 | 消耗token | [点击申请密钥](https://platform.deepseek.com/) | +| LLM | Dify | 接口调用 | 消耗token | 本地化部署 | +| LLM | 智谱 | 接口调用 | 免费 | [点击创建密钥](https://bigmodel.cn/usercenter/proj-mgmt/apikeys) | +| TTS | 火山引擎 | 接口调用 | 消耗token | [点击创建密钥](https://console.volcengine.com/speech/service/8) | +| TTS | EdgeTTS | 接口调用 | 免费 | | +| VAD | SileroVAD | 本地使用 | 免费 | | +| ASR | FunASR | 本地使用 | 免费 | | # 部署方式 @@ -95,6 +96,8 @@ selected_module: ``` LLM: + AliLLM: + ... DeepSeekLLM: ... ChatGLMLLM: diff --git a/README_en.md b/README_en.md index 774d9860..81c34a9b 100644 --- a/README_en.md +++ b/README_en.md @@ -43,17 +43,18 @@ To fully experience this project, follow these steps: - Dialogue memory - Change the mood mode -## Dependencies +## Supported Services -| Type | Service | Usage | Pricing Model | Notes | -|:-----|:-----------|:--------:|:---------------|:-------------------------------------------------------------------| -| LLM | DeepSeek | API call | Token-based | [Apply for API Key](https://platform.deepseek.com/) | -| LLM | Dify | API call | Token-based | Self-hosted | -| LLM | ChatGLMLLM | API call | Free | [Create API Key](https://bigmodel.cn/usercenter/proj-mgmt/apikeys) | -| TTS | DoubaoTTS | API call | Token-based | [Create API Key](https://console.volcengine.com/speech/service/8) | -| TTS | EdgeTTS | API call | 免费 | | -| VAD | SileroVAD | Local | Free | | -| ASR | FunASR | Local | Free | | +| Type | Service | Usage | Pricing Model | Notes | +|:-----|:-----------|:--------:|:---------------|:---------------------------------------------------------------------------| +| LLM | Aliyun | API call | Token-based | [Apply for API Key](https://bailian.console.aliyun.com/?apiKey=1#/api-key) | +| LLM | DeepSeek | API call | Token-based | [Apply for API Key](https://platform.deepseek.com/) | +| LLM | Dify | API call | Token-based | Self-hosted | +| LLM | Bigmodel | API call | Free | [Create API Key](https://bigmodel.cn/usercenter/proj-mgmt/apikeys) | +| TTS | HuoshanTTS | API call | Token-based | [Create API Key](https://console.volcengine.com/speech/service/8) | +| TTS | EdgeTTS | API call | Free | | +| VAD | SileroVAD | Local | Free | | +| ASR | FunASR | Local | Free | | # Deployment @@ -111,6 +112,8 @@ supports `Deepseekllm` and` Chatglmllm`. You are modified to the corresponding L ``` LLM: + AliLLM: + ... DeepSeekLLM: ... ChatGLMLLM: