It's just a simple web AI using OpenAI GPT-3 and flask (Python)
-
If you don’t have Python installed, install it from here
-
Clone this repository
-
Navigate into the project directory
$ cd -
Create a new virtual environment
$ python -m venv venv $ . venv/bin/activate -
Install the requirements
$ pip install -r requirements.txt
-
Create a
.envfile -
Add your API key to the newly created
.envfile -
Run the app
$ flask run