Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 743 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 743 Bytes

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

Live Demo

Live Demo: https://react-chat-gpt-final.vercel.app/

Installation

Install React-ChatGpt-Final with npm

  1. Clone the repo
    https://github.com/febrian2108/React-ChatGpt-Final.git
  2. Go to project
    cd React-ChatGpt-Final
  3. install npm
    npm install
  4. run project
    npm run dev