allyourbot / hostedgpt

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

Fix a race that sometimes hides stop streaming #307

Closed krschacht closed 3 weeks ago

krschacht commented 3 weeks 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.