mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: move files
This commit is contained in:
parent
d08e9e4102
commit
479028584e
4 changed files with 52 additions and 28 deletions
|
|
@ -823,7 +823,9 @@ export class chatgpt extends plugin {
|
|||
}
|
||||
}
|
||||
let response = chatMessage?.text?.replace('\n\n\n', '\n')
|
||||
|
||||
if (handler.has('chatgpt.response.post')) {
|
||||
logger.debug('调用后处理器: chatgpt.response.post')
|
||||
handler.call('chatgpt.response.post', this.e, {
|
||||
content: response,
|
||||
use,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue