Skip to content
/ chat Public

A modern chat interface built with SvelteKit and Tailwind CSS that connects to various LLM models through the GROQ API.

Notifications You must be signed in to change notification settings

ifsvivek/chat

Repository files navigation

LLaMA Chat

A modern chat interface built with SvelteKit and Tailwind CSS that connects to various LLM models through the GROQ API.

Live Demo

🚀 Try it out: chat.ifsvivek.tech

Features

  • 🤖 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

Getting Started

Prerequisites

  • Node.js 16 or later
  • npm or pnpm

Installation

  1. Clone the repository:
git clone https://github.com/ifsvivek/chat.git
  1. Install dependencies:
npm install
# or
pnpm install
  1. Create a .env file in the root directory and add your GROQ API key:
GROQ_API_KEY=your_api_key_here
  1. Start the development server:
npm run dev
# or
pnpm dev
  1. Open http://localhost:5173 in your browser

Tech Stack

About

A modern chat interface built with SvelteKit and Tailwind CSS that connects to various LLM models through the GROQ API.

Resources

Stars

Watchers

Forks