Spaces:
Sleeping
Sleeping
File size: 1,025 Bytes
dd89029 2b97352 dd89029 2b97352 dd89029 2b97352 dd89029 fe8fa80 dd89029 fe8fa80 dd89029 fe8fa80 | 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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | ---
title: Groq App
emoji: π
colorFrom: red
colorTo: red
sdk: docker
app_port: 8501
tags:
- streamlit
pinned: false
short_description: Streamlit template space
license: mit
---
# π€ Groq AI Chat Assistant
A lightning-fast Streamlit web app powered by Groq's AI API.
## Features
β¨ Instant AI responses
π Multiple models available
ποΈ Customizable settings
πΎ Chat history
π± Mobile friendly
## How to Use
1. Get your free Groq API key: https://console.groq.com
2. Paste it in the sidebar
3. Select a model
4. Start chatting!
## Available Models
- **Llama 3.3 70B** - Most powerful
- **Llama 3.1 8B** - Fastest
- **Gemma 2 9B** - Balanced
## Deploy to Hugging Face Spaces
1. Go to https://huggingface.co/spaces
2. Create new Space with **Streamlit** SDK
3. Upload these 3 files
4. Done! π
## Local Setup
```bash
pip install -r requirements.txt
streamlit run app.py
```
## Get API Key
1. Visit https://console.groq.com
2. Sign up (free)
3. Create API key
4. Copy and paste in app
## License
MIT
|