mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix
This commit is contained in:
parent
5e0c1f58f6
commit
00bedaccd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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}`)))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue