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
- 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/