un33k / 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.

Home Page:https://nextgpt-xyz.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://nextgpt-xyz.vercel.app

License:MIT License


Languages

Language:TypeScript 97.8%Language:JavaScript 1.5%Language:CSS 0.7%