Closed juliatessler closed 2 years ago
Can you post a screenshot of your terminal once the web app is launched? Are there any GET or POST requests made?
Sure! There are no other messages other than these
Weird. If you inspect the chrome console, are there any errors?
So, I've never done that, so I might have gotten the wrong information. But I found some 403 errors in the console! If I'm not looking at the right place, please let me know (:
Failed to load resource: the server responded with a status of 403 (Forbidden)
Also, could this be regarding the OpenAI Key? Or should the error look different if it was a key problem?
Update: I downgrade Node to version 16 (was using 17.5) and it worked!
Oh thank you for letting me know!
Hi!
I'm trying to run any of the examples in the
examples
folder, but I'm stuck with the same screen that shows the default text for the UI (I uploaded an screenshot of what I got fromexamples/run_latex_app.py
). Also, inputting anything there and trying to submit does nothing.I have followed all the Setup steps in README and, from what I gather, the text in the UI should be different from what I see. Do you have any ideas of what I could have done wrong?
P.S.: my OpenAI console shows that my key hasn't been used. And I exported the config file as indicated in README.