From e9e9c5355d40fd7eca9c9369ba0e7e04d29a4e4e Mon Sep 17 00:00:00 2001 From: hrz <1710360675@qq.com> Date: Sun, 17 Aug 2025 10:44:13 +0800 Subject: [PATCH] =?UTF-8?q?update:=E5=A2=9E=E5=8A=A0=E6=80=A7=E8=83=BD?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8A=A5=E5=91=8A=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ docs/FAQ.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 707ec0b3..6f326ab5 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,8 @@ Websocket接口地址: wss://2662r3426b.vicp.fun/xiaozhi/v1/ | Intent(意图识别) | function_call(函数调用) | function_call(函数调用) | | Memory(记忆功能) | mem_local_short(本地短期记忆) | mem_local_short(本地短期记忆) | +如果您关心各组件的耗时,请查阅[小智各组件性能测试报告](https://github.com/xinnan-tech/xiaozhi-performance-research),可按报告中的测试方法在您的环境中实际测试。 + #### 🔧 测试工具 本项目提供以下测试工具,帮助您验证系统和选择合适的模型: diff --git a/docs/FAQ.md b/docs/FAQ.md index f4b91075..5251c8ca 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -45,6 +45,8 @@ conda install conda-forge::ffmpeg | Intent(意图识别) | function_call(函数调用) | function_call(函数调用) | | Memory(记忆功能) | mem_local_short(本地短期记忆) | mem_local_short(本地短期记忆) | +如果您关心各组件的耗时,请查阅[小智各组件性能测试报告](https://github.com/xinnan-tech/xiaozhi-performance-research),可按报告中的测试方法在您的环境中实际测试。 + ### 6、我说话很慢,停顿时小智老是抢话 🗣️ 建议:在配置文件中找到如下部分,将 `min_silence_duration_ms` 的值调大(例如改为 `1000`):