We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
matt@WSL2:~/working/prettygraph (main)$ poetry run python main.py * Serving Flask app 'main' * Debug mode: off Permission denied
There is a .env at the root with an OPENAI_API_KEY, so it doesn't seem to be that issue.
.env
OPENAI_API_KEY
No other errors either.
The text was updated successfully, but these errors were encountered:
Same issue here
Sorry, something went wrong.
I think running Flask on port 80 require sudo permission, I changed the code to use port 5000
No branches or pull requests
There is a
.env
at the root with anOPENAI_API_KEY
, so it doesn't seem to be that issue.No other errors either.
The text was updated successfully, but these errors were encountered: