From 59bec4e22a94368b7c6259b70cae8761b493e908 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Sat, 4 Mar 2023 19:02:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E5=9B=9E=E5=A4=8D?= =?UTF-8?q?=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/chat.js b/apps/chat.js index ca2f445..c282cbd 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -558,7 +558,7 @@ export class chatgpt extends plugin { let wav = await generateAudio(response, speaker, '中文') e.reply(segment.record(wav)) } else { - await this.reply('你没有配置转语音API哦,我用文本回复你吧', e.isGroup) + await this.reply('你没有配置转语音API或者文字太长了哦,我用文本回复你吧', e.isGroup) await this.reply(`${response}`, e.isGroup) if (quotemessage.length > 0) { this.reply(await makeForwardMsg(this.e, quotemessage))