A chatGPT clone made with Typescript
Live Demo here Chat Bot Demo
-
Install node in you system, You can check if you have node installed by running this code in your terminal
node -v
# OUTPUT: v16.15.0 (It mustn't be same version as mine)
if it's not there, you can install from this site Node JS
-
Clone the repo
git clone https://github.com/Jace-Tech/ChatGTP-clone.git
-
Navigate to the
backend/
foldercd ChatGTP-clone/backend
Then install all the dependencies
npm i
Then start the server
npm run dev
# Output: Server running...
-
Navigate to the
frontend/
foldercd ../frontend
Then install all the dependencies
npm i
Then start the server
npm run dev
#Output: VITE v4.0.3 ready in 375 ms ➜ Local: http://localhost:5173/ ➜ Network: use --host to expose ➜ press h to show help
- Vite
- Typescript
- Open AI GPT-3 [
text-davinci-003
] - Node JS
- Express