Spaces:
Sleeping
Sleeping
File size: 1,089 Bytes
7ff8b8a 174f064 1da9516 0d7daed 1da9516 0d7daed 1da9516 0d7daed 1da9516 7ff8b8a 0d7daed 39bf54a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
---
title: Groq LLM ChatBot
emoji: π
colorFrom: green
colorTo: red
sdk: gradio
sdk_version: 5.15.0
app_file: app.py
pinned: true
license: mit
short_description: Generic LLM ChatBot
---
# Chat with Groq AI (Llama 3.1-8B)
This application allows users to interact with Groq's Llama 3.1-8B model through a conversational interface. Powered by Gradio, it provides a seamless way to engage with advanced AI capabilities.
## Features
- **Conversational Interface**: Engage in dialogues with the Llama 3.1-8B model.
- **Real-time Responses**: Receive immediate answers to your queries.
- **User-Friendly Design**: Simple and intuitive interface for all users.
## How to Use
1. **Input**: Type your question or message into the textbox provided.
2. **Submit**: Press 'Enter' or click the submit button to send your message.
3. **Response**: The model will process your input and display a response in the output area.
## Setup Instructions
To run this application locally:
1. **Clone the Repository**:
```bash
git clone https://huggingface.co/spaces/your-username/your-repo-name
|