A versatile chat application that supports multiple AI providers including OpenAI, Google Gemini, and more. Try it live at: https://the-rz1-x.github.io/multi_chat-ai/
- 🤖 Multiple AI Providers Support:
- OpenAI (GPT-3.5, GPT-4)
- Google Gemini
- Hugging Face
- DeepSeek
- Ollama (local)
- OpenRouter
- 🎨 Beautiful Material UI Design
- 🌓 Dark/Light Mode
- 📸 Image Support for Vision Models
- ⚙️ Customizable Settings
- Visit: https://the-rz1-x.github.io/multi_chat-ai/
- Click the Settings icon (⚙️)
- Choose your AI provider
- Enter your API key
- Start chatting!
- OpenAI: Get your API key from OpenAI Platform
- Google Gemini: Get your API key from Google AI Studio
- Hugging Face: Get your API key from Hugging Face
- Ollama: No API key needed, but requires local installation
To run this project locally:
- Clone the repository
git clone https://github.com/THE-RZ1-x/multi_chat-ai.git
cd multi_chat-ai
- Install dependencies
npm install
- Start the development server
npm start