From d9a8f5909399889ede8cc01b4172e9f4ed39ae9b Mon Sep 17 00:00:00 2001 From: hp0912 <809211365@qq.com> Date: Sat, 2 May 2026 00:45:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=84=9A=E6=9C=AC=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skills/voice-message/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/voice-message/SKILL.md b/skills/voice-message/SKILL.md index 4367103..160e038 100644 --- a/skills/voice-message/SKILL.md +++ b/skills/voice-message/SKILL.md @@ -118,7 +118,7 @@ argument-hint: "需要 content;可选 emotion、voice、style_prompt、voice_p 3. 在仓库根目录执行: ```bash -python3 skills/voice-message/scripts/voice_message.py --content '这是一条语音消息' --emotion happy --style_prompt '请自然一点' +python3 scripts/voice_message.py --content '这是一条语音消息' --emotion happy --style_prompt '请自然一点' ``` 4. 脚本会读取数据库中的 TTS 配置,按当前供应商能力映射通用参数,调用语音合成接口并通过客户端接口 `POST http://127.0.0.1:{ROBOT_WECHAT_CLIENT_PORT}/api/v1/robot/message/send/voice` 直接发送语音。