Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,35 @@
|
|
1 |
---
|
2 |
-
title: Groq
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
-
short_description: ChatBot with Groq interface
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Chat with Groq AI (Llama 3.1-8B)
|
3 |
+
emoji: 🤖
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
11 |
---
|
12 |
|
13 |
+
# Chat with Groq AI (Llama 3.1-8B)
|
14 |
+
|
15 |
+
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.
|
16 |
+
|
17 |
+
## Features
|
18 |
+
|
19 |
+
- **Conversational Interface**: Engage in dialogues with the Llama 3.1-8B model.
|
20 |
+
- **Real-time Responses**: Receive immediate answers to your queries.
|
21 |
+
- **User-Friendly Design**: Simple and intuitive interface for all users.
|
22 |
+
|
23 |
+
## How to Use
|
24 |
+
|
25 |
+
1. **Input**: Type your question or message into the textbox provided.
|
26 |
+
2. **Submit**: Press 'Enter' or click the submit button to send your message.
|
27 |
+
3. **Response**: The model will process your input and display a response in the output area.
|
28 |
+
|
29 |
+
## Setup Instructions
|
30 |
+
|
31 |
+
To run this application locally:
|
32 |
+
|
33 |
+
1. **Clone the Repository**:
|
34 |
+
```bash
|
35 |
+
git clone https://huggingface.co/spaces/your-username/your-repo-name
|