jesubohr / chatgpt

Recreation of ChatGPT for educational purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPTšŸ¤–

This is a clone of the ChatGPT webpage by OpenAI.

Technologies

Usage

Clone the repo and install the dependencies

git clone
cd chatgpt
pnpm install # You can delete the pnpm-lock.yaml and use npm instead

Create an .env file with the following:

OPENAI_API_KEY="YOUR_API_KEY"

Run the app with pnpm run dev

Enjoy your own ChatGPT!šŸ„³šŸ¤©

About

Recreation of ChatGPT for educational purposes.

License:MIT License


Languages

Language:TypeScript 96.9%Language:CSS 2.1%Language:JavaScript 1.0%