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.