dotneet / smart-chatbot-ui

An open source ChatGPT UI.

Home Page:https://smart-chatbot-ui.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stream Response not working

NereaCassian opened this issue · comments

The responses of the AI are not being streamed
image

i have the ui deployed o a linux VPS with 11gigs and 8vcores

I noticed streaming stopped working for me, so went back and set everything up again. It all worked fine until I enabled HTTPS (using certbot for nginx). Once I was using HTTPS streaming stopped working.

This appears to be an issue when using nginx as a reverse proxy. Adding proxy_buffering off; in the location block fixed it.

Yep doing that solved it.