Spaces:
Sleeping
Sleeping
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 | |