AllYourBot / hostedgpt

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

Fix bin/dev overmind check in Render environment #458

Open krschacht opened 1 month ago

krschacht commented 1 month ago

We just made an update to bin/dev to confirm that Overmind install worked. However, this is failing for Render.

We need to ONLY do the bin/dev overmind extra checking if RENDER environment variable does not equal true.