nodejs-chatgpt-tutorial
nodejs-chatgpt-tutorial copied to clipboard
This repository contains a backend chatbot project based on the ChatGPT `gpt-3.5-turbo` model.
trafficstars
Nodejs ChatGPT Tutorial
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
Dependencies
Installation
- 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.jsfilenode 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
