A modern chat interface built with SvelteKit and Tailwind CSS that connects to various LLM models through the GROQ API.
🚀 Try it out: chat.ifsvivek.tech
- 🤖 Multiple AI model support (LLaMA, Mixtral, Gemma)
- 💨 Fast and responsive UI with SvelteKit
- 🎨 Beautiful design using Tailwind CSS
- 💬 Real-time chat interface
- 🌙 Dark mode
- 🔄 Model switching on the fly
- Node.js 16 or later
- npm or pnpm
- Clone the repository:
git clone https://github.com/ifsvivek/chat.git
- Install dependencies:
npm install
# or
pnpm install
- Create a
.env
file in the root directory and add your GROQ API key:
GROQ_API_KEY=your_api_key_here
- Start the development server:
npm run dev
# or
pnpm dev
- Open http://localhost:5173 in your browser