- React/Next.js-based chat interface
- Integration with Groq API for LLM model interaction
- Responsive design using Tailwind CSS
-
Clone the repository
-
Install dependencies:
npm install
-
Set up your environment variables:
- Add your
GROQ_API_KEY
to the.env
file
- Add your
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser to see the result.