HOW TO RUN clone the repo in a terminal run: pip install python-dotenv openai in the directory of chatbotV1.py create a .env file and type this inside: OPENAI_API_KEY=replace_this_with_your_key open a new terminal and run: python chatbotV1.py done