StampyAI / stampy-chat

Conversational chatbot to answer questions about AI Safety & Alignment based on information retrieved from the Alignment Research Dataset
https://chat.stampy.ai
MIT License
12 stars 5 forks source link

Sometimes JSON is sent back over the event stream in chunks which breaks the session. #43

Closed tayler6000 closed 1 year ago

tayler6000 commented 1 year ago

Sometimes the JSON being sent back over the event stream is so big it is broken into two messages which breaks the front end. I already have a patch for this running in production and I'll make the PR shortly.

FraserLee commented 12 months ago

Solid work!