Creating an AI Chatbot using gpt-4
Create a working directory
run npm init
Add type: module
Install required packages like body-parser, express, cors etc.
Also required to have an API key from chatgpt
Follow the sample files in the repo to build out your very own AI chatbot