From cb9f0b27730eb2d25fa08edc6e99ccb654c14405 Mon Sep 17 00:00:00 2001 From: 2ndelement <72551339+2ndelement@users.noreply.github.com> Date: Sun, 23 Apr 2023 02:40:33 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=8D=A2=E6=BA=90=E5=88=86=E6=94=AF?= =?UTF-8?q?=E5=B0=91=E6=89=93=E4=B8=AAbreak(java17-user=E6=98=AF=E8=BF=99?= =?UTF-8?q?=E6=A0=B7=E7=9A=84)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/chat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/chat.js b/apps/chat.js index fd69c66..0290dcd 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -554,6 +554,7 @@ export class chatgpt extends plugin { } case '3': { Config.ttsMode = 'voicevox' + break } default: { await e.reply('请使用#chatgpt语音换源+数字进行换源。1为vits-uma-genshin-honkai,2为微软Azure,3为voicevox')