fix : text to speech in chinese

This commit is contained in:
martin legrand
2025-05-03 16:34:52 +02:00
parent 1c4ebefae4
commit c873af3d00
6 changed files with 55 additions and 20 deletions
+6
View File
@@ -71,6 +71,12 @@ source agentic_seek_env/bin/activate
./install.sh
```
** 若要让文本转语音(TTS)功能支持中文,你需要安装 jieba(中文分词库)和 cn2an(中文数字转换库):**
```
pip3 install jieba cn2an
```
**手动安装:**
```sh