WIP
A Flask form for GPT-3 queries
How to make it run:
- Create a virtual environment and activate it
- pip install -r requirements.txt
- export OPENAI_API_KEY="sk-yoursecretkey" (see https://beta.openai.com/docs/developer-quickstart)
- python main.py
WIP
A Flask form for GPT-3 queries
How to make it run: