An open API service indexing awesome lists of open source software.

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

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

![App Screenshot](https://imgur.com/6wK0rg0.png)

## 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
```