Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

jahrulnr/reactjs-gptfree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT Free

This is a clone of ChatGPT, a large language model trained by OpenAI, built using ReactJS.
NOT REQUIRE ANY API KEY

Watch the video

Getting Started

To get started with this project, follow these steps:

git clone https://github.com/jahrulnr/reactjs-gptfree.git

cd reactjs-gptfree
npm install
npm start

Features

This ChatGPT clone includes the following features:

  • Ability to input text and receive responses from the model.
  • Support for multiple languages.
  • Option to switch between different models or versions of the model.
  • Responsive design for use on desktop or mobile devices.

Technologies Used

This project was built using the following technologies:

  • ReactJS
  • Bootstrap
  • Font Awesome

Reference

ramonvc / FreeGPT WebUI