shivrajkarewar commited on
Commit
39bf54a
·
verified ·
1 Parent(s): 6b2ba84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -7
README.md CHANGED
@@ -1,14 +1,35 @@
1
  ---
2
- title: Groq LLM Chat
3
- emoji: 📈
4
- colorFrom: green
5
- colorTo: blue
6
  sdk: gradio
7
- sdk_version: 5.16.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
- short_description: ChatBot with Groq interface
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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