AllYourBot / hostedgpt

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

Fix image upload race: wait for before display & processing #262

Closed krschacht closed 2 months ago

krschacht commented 2 months ago

The image takes a couple seconds to process the different size variants (within documents.rb) yet it's trying to render the view and run the AI job right away. This PR adds some intelligence to it: