If you own a laptop, and you have Python and a code editor such as Visual Studio Code installed, I will need you to install a few dependencies that we will need for our WhatsApp bot project for the last class.
Please run the following commands in order to install the required dependencies
- Install the OpenAI Python package (This will help us interact with ChatGPT/GPT-4)
pip3 install openai