A modern AI chat application built with React and powered by the Mixtral-8x7B model from Hugging Face. This application provides an intuitive interface for having conversations with an AI assistant, similar to ChatGPT.
- 🌓 Light/Dark mode support
- 💾 Local storage for conversation history
- 📱 Responsive design (mobile & desktop)
- 🔄 Real-time AI responses
- 📝 Conversation management (rename/delete)
- 🆕 Quick new chat creation
- 🔍 Markdown support for code blocks
- React 18
- Vite
- TailwindCSS
- Hugging Face Inference API
- Mixtral-8x7B Model
- Clone the repository:
git clone https://github.com/hadarisas/chatbot_meta.git
- Install dependencies:
npm install
- Set your Hugging Face API key in the
.env
file:
VITE_HF_ACCESS_TOKEN=your_api_key_here
- Run the development server:
npm run dev