diff --git a/apps/chat.js b/apps/chat.js index 0ad4a0d..d01838e 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -1407,7 +1407,7 @@ export class chatgpt extends plugin { prompt }) } - await this.reply(finalResponse, e.isGroup) + await this.reply(responseText, e.isGroup) if (quotemessage.length > 0) { this.reply(await makeForwardMsg(this.e, quotemessage.map(msg => `${msg.text} - ${msg.url}`))) }