rahulsushilsharma / huggingface-chat

hugging face chat api for JS 🤗
MIT License
11 stars 6 forks source link

Parsing issues #29

Closed Has-X closed 1 year ago

Has-X commented 1 year ago

Sometimes errors occur when simply streaming

Example:

Error parsing JSON: {"type":"stream","token":"\n"} {"type":"stream","token":"*"} {"type":"stream","token":" "}

rahulsushilsharma commented 1 year ago

Hi, thanks for reporting, will try to recreate it