utf8 characters change

This commit is contained in:
git 2025-08-12 13:02:46 +01:00
parent cd5776963f
commit 5ca5763e80

View File

@ -144,7 +144,7 @@ EOF
# Process SSE lines
USAGE_PRINTED=0
# Well print content tokens as they come, and keep a trailing newline at the end
# We'll print content tokens as they come, and keep a trailing newline at the end
while IFS= read -r line; do
[[ $line != data:* ]] && continue
payload="${line#data: }"