Hello. Thank you for being here. This repository belongs to the youtube video How to use the OpenAI API in Python. If you haven't seen it, please consider watching the videos, to get a better understanding of this code.
This repository contains the Jupyter Notebook created in the video.
- Install the dependencies
pip3 install jupyter openai wheel pyobjc playsound pvrecorder
(If you are on Windows, you can skip the pyobjc
installation)
- Start the Jupyter Notebook
jupyter notebook
- Open the notebook and run the cells.