mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
Merge branch 'v2' into v2
This commit is contained in:
commit
799b3a0769
5 changed files with 42 additions and 26 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