mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-27 01:23:55 +08:00
update:修改平台名称
This commit is contained in:
@@ -38,17 +38,18 @@
|
|||||||
- 对话记忆
|
- 对话记忆
|
||||||
- 更换心情模式
|
- 更换心情模式
|
||||||
|
|
||||||
## 本项目依赖服务
|
## 本项目支持的平台/组件列表
|
||||||
|
|
||||||
| 类型 | 服务名称 | 使用方式 | 收费模式 | 备注 |
|
| 类型 | 平台名称 | 使用方式 | 收费模式 | 备注 |
|
||||||
|:----|:-----------|:----:|:--------|:-----------------------------------------------------------|
|
|:----|:----------|:----:|:--------|:----------------------------------------------------------------|
|
||||||
| LLM | DeepSeek | 接口调用 | 消耗token | [点击申请密钥](https://platform.deepseek.com/) |
|
| LLM | 阿里百炼 | 接口调用 | 消耗token | [点击申请密钥](https://bailian.console.aliyun.com/?apiKey=1#/api-key) |
|
||||||
| LLM | Dify | 接口调用 | 消耗token | 本地化部署 |
|
| LLM | 深度求索 | 接口调用 | 消耗token | [点击申请密钥](https://platform.deepseek.com/) |
|
||||||
| LLM | ChatGLMLLM | 接口调用 | 免费 | [点击创建密钥](https://bigmodel.cn/usercenter/proj-mgmt/apikeys) |
|
| LLM | Dify | 接口调用 | 消耗token | 本地化部署 |
|
||||||
| TTS | DoubaoTTS | 接口调用 | 消耗token | [点击创建密钥](https://console.volcengine.com/speech/service/8) |
|
| LLM | 智谱 | 接口调用 | 免费 | [点击创建密钥](https://bigmodel.cn/usercenter/proj-mgmt/apikeys) |
|
||||||
| TTS | EdgeTTS | 接口调用 | 免费 | |
|
| TTS | 火山引擎 | 接口调用 | 消耗token | [点击创建密钥](https://console.volcengine.com/speech/service/8) |
|
||||||
| VAD | SileroVAD | 本地使用 | 免费 | |
|
| TTS | EdgeTTS | 接口调用 | 免费 | |
|
||||||
| ASR | FunASR | 本地使用 | 免费 | |
|
| VAD | SileroVAD | 本地使用 | 免费 | |
|
||||||
|
| ASR | FunASR | 本地使用 | 免费 | |
|
||||||
|
|
||||||
# 部署方式
|
# 部署方式
|
||||||
|
|
||||||
@@ -95,6 +96,8 @@ selected_module:
|
|||||||
|
|
||||||
```
|
```
|
||||||
LLM:
|
LLM:
|
||||||
|
AliLLM:
|
||||||
|
...
|
||||||
DeepSeekLLM:
|
DeepSeekLLM:
|
||||||
...
|
...
|
||||||
ChatGLMLLM:
|
ChatGLMLLM:
|
||||||
|
|||||||
+13
-10
@@ -43,17 +43,18 @@ To fully experience this project, follow these steps:
|
|||||||
- Dialogue memory
|
- Dialogue memory
|
||||||
- Change the mood mode
|
- Change the mood mode
|
||||||
|
|
||||||
## Dependencies
|
## Supported Services
|
||||||
|
|
||||||
| Type | Service | Usage | Pricing Model | Notes |
|
| Type | Service | Usage | Pricing Model | Notes |
|
||||||
|:-----|:-----------|:--------:|:---------------|:-------------------------------------------------------------------|
|
|:-----|:-----------|:--------:|:---------------|:---------------------------------------------------------------------------|
|
||||||
| LLM | DeepSeek | API call | Token-based | [Apply for API Key](https://platform.deepseek.com/) |
|
| LLM | Aliyun | API call | Token-based | [Apply for API Key](https://bailian.console.aliyun.com/?apiKey=1#/api-key) |
|
||||||
| LLM | Dify | API call | Token-based | Self-hosted |
|
| LLM | DeepSeek | API call | Token-based | [Apply for API Key](https://platform.deepseek.com/) |
|
||||||
| LLM | ChatGLMLLM | API call | Free | [Create API Key](https://bigmodel.cn/usercenter/proj-mgmt/apikeys) |
|
| LLM | Dify | API call | Token-based | Self-hosted |
|
||||||
| TTS | DoubaoTTS | API call | Token-based | [Create API Key](https://console.volcengine.com/speech/service/8) |
|
| LLM | Bigmodel | API call | Free | [Create API Key](https://bigmodel.cn/usercenter/proj-mgmt/apikeys) |
|
||||||
| TTS | EdgeTTS | API call | 免费 | |
|
| TTS | HuoshanTTS | API call | Token-based | [Create API Key](https://console.volcengine.com/speech/service/8) |
|
||||||
| VAD | SileroVAD | Local | Free | |
|
| TTS | EdgeTTS | API call | Free | |
|
||||||
| ASR | FunASR | Local | Free | |
|
| VAD | SileroVAD | Local | Free | |
|
||||||
|
| ASR | FunASR | Local | Free | |
|
||||||
|
|
||||||
# Deployment
|
# Deployment
|
||||||
|
|
||||||
@@ -111,6 +112,8 @@ supports `Deepseekllm` and` Chatglmllm`. You are modified to the corresponding L
|
|||||||
|
|
||||||
```
|
```
|
||||||
LLM:
|
LLM:
|
||||||
|
AliLLM:
|
||||||
|
...
|
||||||
DeepSeekLLM:
|
DeepSeekLLM:
|
||||||
...
|
...
|
||||||
ChatGLMLLM:
|
ChatGLMLLM:
|
||||||
|
|||||||
Reference in New Issue
Block a user