AllYourBot / hostedgpt

An open version of ChatGPT you can host anywhere or run locally.
MIT License
344 stars 165 forks source link

Fix a race that sometimes hides stop streaming #307

Closed krschacht closed 4 months ago

krschacht commented 4 months ago

The stop streaming icon is checking for nil content_text, but right after the job gets picked up the nil changes to "" so sometimes that was happening before the controller refreshed and the stop was not appearing.