https://github.com/febrian2108/react-chatgpt-final
Project Gabut
https://github.com/febrian2108/react-chatgpt-final
api-chatgpt chatbot chatbot-react reactjs reactvite
Last synced: 2 months ago
JSON representation
Project Gabut
- Host: GitHub
- URL: https://github.com/febrian2108/react-chatgpt-final
- Owner: febrian2108
- License: mit
- Created: 2024-11-07T04:57:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T08:10:53.000Z (6 months ago)
- Last Synced: 2025-01-30T00:30:09.105Z (4 months ago)
- Topics: api-chatgpt, chatbot, chatbot-react, reactjs, reactvite
- Language: JavaScript
- Homepage: https://react-chat-gpt-final.vercel.app
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-ChatGPT
Project ini dibuat menggunakan ReactVite + Tailwind model yang digunakan adalah model dari ChatGPT yaitu text-davinci-003 yang sudah mendukung untuk berbahasa Indonesia dan Project ini juga menggunakan API ChatGPT, node_modules yang digunakan pada project ini adalah versi 3.1.0
## UI React-ChatGPT
## Live Demo
Live Demo: https://react-chat-gpt-final.vercel.app/
## Installation
Install React-ChatGpt-Final with npm
1. Clone the repo
```sh
https://github.com/febrian2108/React-ChatGpt-Final.git
```
2. Go to project
```sh
cd React-ChatGpt-Final
```
3. install npm
```sh
npm install
```
4. run project
```sh
npm run dev
```