Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.04 KB

File metadata and controls

22 lines (16 loc) · 1.04 KB

React ChatGPT Tutorial

This repository houses a frontend chatbot project based on the ChatGPT gpt-3.5-turbo model.

Click here to view the tutorial that gives 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 git clone https://github.com/EBEREGIT/react-chatgpt-tutorial
  • Navigate into the repo cd react-chatgpt-tutorial
  • Install the dependencies npm install
  • Start the local server npm run dev

That will open the project on your default browser : http://127.0.0.1:5173/