nodejs-chatgpt-tutorial icon indicating copy to clipboard operation
nodejs-chatgpt-tutorial copied to clipboard

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

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

See the Video Tutorial:
How to Build an AI-Powered ChatBot with OpenAI, ChatGPT, Node.js, and React

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