groq/groq-gradio v0.0.1
groq/groq-gradio
Captured source
source ↗published Oct 28, 2024seen 5dcaptured 10hhttp 200method plain
Initial Release: Groq + Gradio Integration
Repository: groq/groq-gradio
Tag: v0.0.1
Published: 2024-10-28T13:20:21Z
Prerelease: no
Release notes:
First Release of groq-gradio 🚀
This initial release provides a Python package for easily creating Gradio interfaces with models powered by Groq.
Features
- Simple integration between Groq API and Gradio chat interfaces
- Custom chat interface implementations
- Flexible composition patterns for building Groq-powered Gradio apps
Requirements
- Python >= 3.10
- gradio >= 5.0.0b5
- groq
Usage Create interactive chat interfaces with models powered by Groq using just a few lines of code:
from groq_gradio import create_demo demo = create_demo() demo.launch()
Notability
notability 4.0/10Early release, minor traction