mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 修复sydney moderation filter
This commit is contained in:
parent
8dade22e9a
commit
51abbeab3c
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ export default class SydneyAIClient {
|
|||
reject('Unexpected message author.')
|
||||
return
|
||||
}
|
||||
if (messages[0].contentOrigin === 'Apology') {
|
||||
if (message.contentOrigin === 'Apology') {
|
||||
console.log('Apology found')
|
||||
stopTokenFound = true
|
||||
clearTimeout(messageTimeout)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue