This repository contains a backend chatbot project based on the ChatGPT gpt-3.5-turbo
model.
Click here to view the tutorial that give birth to this project
- Clone this repo
https://github.com/EBEREGIT/nodejs-chatgpt-tutorial
- Navigate into the repo
cd nodejs-chatgpt-tutorial
- Install the dependencies
npm install
- Run the
index.js
filenode index
That will open a prompt in the terminal for you to type a message. It will continue until you decide to terminate the chat using Control + C