ChatGPT clone with added features
- Multiple chats completions simultaneously😲
- Send chat with/without history 🧐
- Choose model from a variety of GPT-3/GPT-4 models 😃
- Stores your chats in local storage 👀
- Same user interface as the original ChatGPT 📺
- Custom chat titles 💬
- Export/Import your chats 🔼🔽
- Add DALL-E1 & DALL-E2 Image Generation Models
- Add Code Highlight
- Add ChatGPT Pre Made Prompts
- Node JS
- npm
- Create Open AI account
- Clone the repository
git clone https://github.com/PrasadBroo/ChatGPT.git
- Install client dependencies
cd ChatGPT
npm install
- Get your Open AI API key from Open AI API Key
- Start the app
npm run dev
All contributions are welcome. Feel free to open an issue or create a pull request.