A responsive web interface that provides access to two specialized chatbots:
- Generic AI Assistant - For general queries and conversations
- Apollo247 Support Assistant - Specialized in handling Apollo247-related support queries
- 🔄 Easy switching between two specialized chatbots
- 📱 Fully responsive design optimized for mobile and desktop
- 💬 Real-time message updates
- 🎨 Modern UI with WhatsApp-style chat bubbles
- ⌨️ Support for both click and Enter key message sending
The application interfaces with two API endpoints:
# Generic Chatbot
POST https://ai-tools-backend-772545827002.asia-south1.run.app/text
# Apollo247 Support Chatbot
POST https://ai-tools-backend-772545827002.asia-south1.run.app/support
- Clone the repository
git clone [repository-url]
- Open
index.html
in a web browser- For development, use a local server (e.g., Live Server in VS Code)
- For production, deploy to your preferred hosting service
index.html
- Main HTML structurestyle.css
- Styling and responsive designscript.js
- Chat functionality and API integration
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details