Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 543 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 543 Bytes

Terminal-Groq-Chat

Groq Chat Terminal: A simple terminal interface for chatting using the Groq API.

Installation Steps

  1. Clone the Repository

  2. Install Dependencies

    Set API key, you can found it here https://console.groq.com/keys:

    set GROQ_API_KEY=<your_api> 
  3. Install Dependencies

    Install the necessary Python packages by running:

    pip install groq, asyncio
  4. Run the Application

    Start the code with:

    python groq.py