A python-based playground repository for exploring and learning the OpenAI API
Getting started is easy.
- Setup a new Python Virtual environment
python3 -m venv venv
- Activate your new Python Virtual environment
. ./venv/bin/activate
OR
source ./venv/bin/activate
- Install the Python modules using the requirements file
pip install -r requirements.txt
And that's it, you're ready to start playing!