A ChatGPT clone that works just like the real deal!
-
Clone this repository on your local machine
-
add the following
.env.local
file to your root directory: -
GOOGLE_ID=
GOOGLE_SECRET=
OPENAI_API_KEY=
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=
FIREBASE_SERVICE_ACCOUNT_KEY=
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- Open http://localhost:3000 with your browser to see the result.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
The easiest way to deploy your Next.js app is to use the Vercel Platform.