Frontend UI Maker for basic CRUD apis.
- 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/babu-izhan-5001312/chidori.git
- Install client dependencies
npm install
- Get your Open AI API key from Open AI API Key
- Start the app
npm run dev