/ChatGPT

I've developed a ChatGPT clone using Next.js 13, Shadcn-UI, Prisma ORM, and integrated it with the OpenAI API. It offers a user-friendly conversational AI experience.

Primary LanguageTypeScriptMIT LicenseMIT

ChatGPT clone using OpenAI API

This clone is made with React and Node and uses OpenAI API.

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Cloning The GitHub Repository

The recommended way to get ChatGPT clone is to use git to directly clone the repository:

$ git clone https://github.com/nisabmohd/ChatGPT.git

Running Your Application

open terminal/bash in this repo and enter below commands to start the application

$ npm run dev
  • Your application should run on port 3000 with the development environment configuration, so in your browser just go to http://localhost:3000

Preview