Update backend api

This commit is contained in:
Xin Wang
2026-02-08 15:52:16 +08:00
parent 727fe8a997
commit 7012f8edaf
15 changed files with 3436 additions and 19 deletions

View File

@@ -7,9 +7,9 @@
| 模块 | 文件 | 说明 |
|------|------|------|
| 小助手 | [assistant.md](./assistant.md) | AI 助手管理 |
| 模型接入 | [model-access.md](./model-access.md) | LLM/ASR/TTS 模型配置 |
| 语音识别 | [speech-recognition.md](./speech-recognition.md) | ASR 模型配置 |
| 声音资源 | [voice-resources.md](./voice-resources.md) | TTS 声音库管理 |
| LLM 模型 | [llm.md](./llm.md) | LLM 模型配置与管理 |
| ASR 模型 | [asr.md](./asr.md) | 语音识别模型配置 |
| 工具与测试 | [tools.md](./tools.md) | 工具列表与自动测试 |
| 历史记录 | [history-records.md](./history-records.md) | 通话记录和转写 |
---