Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 713 Bytes

File metadata and controls

41 lines (22 loc) · 713 Bytes

React/Next.js AI Chat Interface

Features

  • React/Next.js-based chat interface
  • Integration with Groq API for LLM model interaction
  • Responsive design using Tailwind CSS

Getting Started

  1. Clone the repository

  2. Install dependencies:

    npm install
  3. Set up your environment variables:

    • Add your GROQ_API_KEY to the .env file
  4. Run the development server:

    npm run dev
  5. Open http://localhost:3000 in your browser to see the result.

Project Screenshots

Chat Interface

Chat Interface

Chat Interface