Project not loading nor waking up

hi, I know this isn’t related to your question but your OpenAI API key is public. you should store it in your .env, remove it from your code and reset it.


(i didn’t censor it because it’s public btw)

All glitch projects have their source code (except .env and anything under the .data folder) public (unless you upgrade to Pro), and even if the code was private it is never a good idea to hard-code API tokens into your source code.

Learn more here: https://help.glitch.com/hc/en-us/articles/16287550167437-Adding-Private-Data