Skip to content
/ ChatGPT Public
forked from nisabmohd/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.

License

Notifications You must be signed in to change notification settings

un33k/ChatGPT

 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.8%
  • JavaScript 1.5%
  • CSS 0.7%