Comment on Writing a chat application in Django 4.2 using async StreamingHttpResponseparentComments−dnadler3yI’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.
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.