This commit is contained in:
ikechan8370 2024-03-04 13:31:59 +08:00
parent 5e0c1f58f6
commit 00bedaccd8

View file

@ -1404,7 +1404,7 @@ export class chatgpt extends plugin {
prompt
})
}
await this.reply(finalResponse, e.isGroup)
this.reply(responseText, e.isGroup)
if (quotemessage.length > 0) {
this.reply(await makeForwardMsg(this.e, quotemessage.map(msg => `${msg.text} - ${msg.url}`)))
}