mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
fix: bing自动刷新;<EMPTY>匹配错误
This commit is contained in:
parent
f9a6fafb9e
commit
e67a145635
4 changed files with 26 additions and 23 deletions
|
|
@ -15,7 +15,7 @@ export function filterResponseChunk (msg) {
|
|||
if (msg.trim() === '<EMPTY>') {
|
||||
return false
|
||||
}
|
||||
msg = trimSpecific(msg, '<EMPTY')
|
||||
msg = trimSpecific(msg, '<EMPTY>')
|
||||
return msg
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue