From c033235d2c26a3aa27c267c08895a169777a3b41 Mon Sep 17 00:00:00 2001 From: WJG Date: Wed, 19 Jun 2024 20:28:05 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BC=98=E5=8C=96=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E9=9F=B3=E8=89=B2=E6=8C=87=E4=BB=A4=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .migpt.example.js | 2 +- docs/tts.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.migpt.example.js b/.migpt.example.js index 75afd67..796db16 100644 --- a/.migpt.example.js +++ b/.migpt.example.js @@ -138,7 +138,7 @@ export default { // TTS 引擎 tts: "xiaoai", // 切换 TTS 引擎发言人音色关键词,只有配置了第三方 TTS 引擎时才有效 - // switchSpeakerKeywords: ["把声音换成"], // 以此关键词开头即可切换音色,比如:把声音换成东北老铁 + // switchSpeakerKeywords: ["把声音换成"], // 以此关键词开头即可切换音色,比如:把声音换成 xxx /** * 💬 连续对话 diff --git a/docs/tts.md b/docs/tts.md index 1b8e653..78d93e8 100644 --- a/docs/tts.md +++ b/docs/tts.md @@ -20,7 +20,7 @@ export default { // TTS 引擎 tts: 'custom', // 切换 TTS 引擎发言人音色关键词 - switchSpeakerKeywords: ["把声音换成"], // 以此关键词开头即可切换音色,比如:把声音换成东北老铁 + switchSpeakerKeywords: ["把声音换成"], // 以此关键词开头即可切换音色,比如:把声音换成 xxx // ... }, };