mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: try to fix no handler version
This commit is contained in:
parent
87af85671e
commit
03068f5101
1 changed files with 3 additions and 1 deletions
|
|
@ -1202,7 +1202,9 @@ export class chatgpt extends plugin {
|
|||
bingToken: previousConversation.bingToken
|
||||
}
|
||||
}
|
||||
let handler = this.e.runtime?.handler || {}
|
||||
let handler = this.e.runtime?.handler || {
|
||||
has: (arg1) => false
|
||||
}
|
||||
try {
|
||||
if (Config.debug) {
|
||||
logger.mark({ conversation })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue