Skip to content

The ChatGPT clone uses chat completion v1 API with your gpt model and express.js to run a server requesting client-side requests.

License

Notifications You must be signed in to change notification settings

uigywnkiub/react-chatgpt-clone

Repository files navigation

React ChatGPT Clone

The ChatGPT clone uses chat completion v1 API with your gpt model and express.js to run a server requesting client-side requests.

Screenshots

react-chatgpt-clone

Installation

Copy all variables from .env.example to new created .env file and change the appropriate variables with your values. You can get all necessary data at Platform OpenAI.

Install dependencies.

  npm i

Start backend server with nodemon.

  npm run dev:back

Start frontend server with vite.

  npm run dev:front

License

MIT License

About

The ChatGPT clone uses chat completion v1 API with your gpt model and express.js to run a server requesting client-side requests.

Topics

Resources

License

Stars

Watchers

Forks