Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.15.2
metadata
title: LangGraph Groq Assistant
emoji: π€
colorFrom: purple
colorTo: indigo
sdk: gradio
sdk_version: 5.25.0
app_file: app.py
pinned: false
license: mit
LangGraph Γ Groq General Assistant
A stateful conversational AI chatbot built with:
| Component | Role |
|---|---|
| LangGraph | Manages conversation graph / state |
| Groq | Ultra-fast LLM inference (Llama 3, Mixtral, Gemma) |
| Gradio 5 | Web UI, deployable on Hugging Face Spaces |
π Quick Start
- Clone this Space or run locally
- Enter your Groq API key (free tier available)
- Pick a model, optionally edit the system prompt
- Start chatting!
π§ Local Setup
pip install -r requirements.txt
pip install "gradio>=5.25.0"
python app.py
π Compatibility Notes
- Gradio version is controlled by
sdk_versionin this README β not byrequirements.txt audioop-ltsin requirements.txt backports theaudioopstdlib module removed in Python 3.13, which pydub (a Gradio dep) needshuggingface_hub>=1.0required because Gradio 5.25+ dropped the oldHfFolderAPI that was removed in hub v1.0