This project using Open AI plaform, ChatGPT. You must be register here to get the Secret Key
.
- Open terminal.
- Run
npm install
. (I am using node v18) - Copy the secret key from your OpenAI account page. here
- Run
cp .env.example
. - Paste the secret key into the
.env
file. - Run
npm start
.