dotneet / smart-chatbot-ui

An open source ChatGPT UI.
https://smart-chatbot-ui.vercel.app/
MIT License
475 stars 98 forks source link

Stream Response not working #122

Closed NereaCassian closed 1 year ago

NereaCassian commented 1 year ago

The responses of the AI are not being streamed image

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

nic-foma commented 1 year ago

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.

nic-foma commented 1 year ago

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

NereaCassian commented 1 year ago

Yep doing that solved it.