Hacker News new | ask | show | jobs
by kiraaa 1094 days ago
https://github.com/sysid/sse-starlette makes token streaming so much easier in python
1 comments

I’m using this for an internal ChatGPT UI clone and it’s working great.

The actual biggest pain for me has been the front end handling of it with the fetch api. But that’s likely just due my inexperience with it.