This is a CLI app.
- git
- pip
- openai
- virtualenv (optional)
Note: You can isolate the libraries by using a virtualenv
You can install git from this page, just download the installer and run it.
You can install pip from the python installer
To install openai open a command prompt and type the following
pip install openai
pip install virtualenv
After installing git you can run the setup.sh file to install the rest of the requirements
sudo apt install git
sudo apt install python3-pip
pip install openai
pip install virtualenv
Note: If you are on Linux and you want to use virtualenv, you can run the setup.sh file.
You need an openAI API key, to get one open this link.
Open a command prompt and type the name of the program followed by your openAI API key. Let's suppose your key is 28a0b696-993a-493e-a12d-4b93c3ded10a, so you need to run the program like this:
python main.py 28a0b696-993a-493e-a12d-4b93c3ded10a
python3 main.py 28a0b696-993a-493e-a12d-4b93c3ded10a