pip3 install -r requirements.txt
create a .env file with the following content:
export OPENAI_API_KEY=<your openai api key>
then run:
source .env
python3 app.py "What is the easiest way to make pancakes?"
A file called openai.mp3 will be created with the answer to your question.