react-chatgpt-tutorial
react-chatgpt-tutorial copied to clipboard
This repository houses a frontend chatbot project based on the ChatGPT gpt-3.5-turbo model.
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
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/
