/nodejs-chatgpt-tutorial

This repository contains a backend chatbot project based on the ChatGPT `gpt-3.5-turbo` model.

Primary LanguageJavaScript

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.js file node 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