Merge branch 'v2' into v2

This commit is contained in:
ycxom 2025-01-02 21:54:36 +08:00 committed by GitHub
commit cb68af40af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -396,6 +396,9 @@ function filterResponseChunk (msg) {
if (!msg || typeof msg !== 'string') {
return false
}
if (!msg.trim()) {
return false
}
if (msg.trim() === '```') {
return false
}