Live Demo: ai-chatbot-eight-omega-62.vercel.app
Frontend: React + Vite
AI Model: Gemini API (Google Generative AI)
UI Kit: ChatScope UI Kit
Deployment: Vercel
- Clone the Repository
git clone https://github.com/your-username/your-repo-name.git cd your-repo-name - Install Dependencies
npm install
- Set Up Environment Variables
Create a .env file in the root directory and add your Gemini API key. Make sure you have access to Google AI Studio to generate your Gemini API key.
VITE_GEMINI_API_KEY=your_gemini_api_key_here
- Run the Development Server
npm run dev