From 5afb59cb7a7b4643ff37e8c061727ad1d5ac672c Mon Sep 17 00:00:00 2001 From: hrz <1710360675@qq.com> Date: Sun, 9 Feb 2025 17:58:36 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=9B=B4=E6=96=B0doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d7ee555..cf1077f8 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ - `xiaozhi-esp32` 通信 WebSocket 协议 - 支持唤醒对话、手动对话、实时打断对话 - 支持国语、粤语、英语、日语、韩语 5 种语言识别(FunASR(默认)) -- 自由更换 LLM(支持ChatGLM(默认)、Dify、DeepSeek) +- 自由更换 LLM(支持ChatGLM(默认)、阿里百炼、Dify、DeepSeek) - 自由更换 TTS(支持EdgeTTS(默认)、火山引擎豆包TTS) ## 正在实现 diff --git a/README_en.md b/README_en.md index 81c34a9b..40ba3692 100644 --- a/README_en.md +++ b/README_en.md @@ -34,7 +34,7 @@ To fully experience this project, follow these steps: - `xiaozhi-esp32` WebSocket communication protocol - Supports wake-word initiated dialogue, manual dialogue, and real-time interruption of dialogue. - Support for 5 languages: Mandarin, Cantonese, English, Japanese, Korean (FunASR - default) -- Flexible LLM switching (ChatGLM - default, Dify, DeepSeek) +- Flexible LLM switching (ChatGLM - default, Aliyun, Dify, DeepSeek) - Flexible TTS switching (EdgeTTS - default, ByteDance Doubao TTS) ## In Progress