LangGraph_chatbot / README.md
Kiki0203's picture
Update README.md
8ac586d verified

A newer version of the Gradio SDK is available: 6.15.2

Upgrade
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

  1. Clone this Space or run locally
  2. Enter your Groq API key (free tier available)
  3. Pick a model, optionally edit the system prompt
  4. 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_version in this README β€” not by requirements.txt
  • audioop-lts in requirements.txt backports the audioop stdlib module removed in Python 3.13, which pydub (a Gradio dep) needs
  • huggingface_hub>=1.0 required because Gradio 5.25+ dropped the old HfFolder API that was removed in hub v1.0