FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
31.6k stars 16.48k forks source link

[BUG] Failed to parse. Text #336

Open kientv opened 1 year ago

kientv commented 1 year ago

Describe the bug Get error below when create chatflow and chat with chatbot: Failed to parse. Text: "". Error: SyntaxError: Unexpected end of JSON input

To Reproduce Steps to reproduce the behavior:

  1. Create 'chatflow' with huggingface like screenshot below
  2. Save Chatflow and chat enter something on chatbox
  3. See error above

Expected behavior Generate text in vietnamese without error message

Chatflow & Screenshots image

Setup

kientv commented 1 year ago

One more bug:
"Cannot convert argument to a ByteString because the character at index 58 has a value of 65279 which is greater than 255."

image