docs: 更新 VAD + KWS 模型文件下载地址

This commit is contained in:
WJG
2025-05-19 21:21:22 +08:00
parent 66d222bdf7
commit b2eba4bb89
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -157,6 +157,10 @@ APP_CONFIG = {
PS:如果还是不行,建议更换其他更易识别的唤醒词。
### Q: 我想自己编译运行,模型文件在哪里下载?
由于 ASR 相关模型文件体积较大,并未直接提交在 git 仓库中,你可以在 release 中下载 [VAD + KWS 相关模型](https://github.com/idootop/open-xiaoai/releases/tag/vad-kws-models),然后解压到 `xiaozhi/models` 路径下即可。
## 鸣谢
该演示使用的 Python 版小智 AI 客户端基于 [py-xiaozhi](https://github.com/Huang-junsen/py-xiaozhi) 项目,特此鸣谢。