sultee/fifth-hf-groq-gpt-oss-headline-generator
0
GPT OSS 120B Headline Generator (Groq)
A Hugging Face Space app that lets any visitor:
- Type a long-form prompt
- Generate one or many headline options with GPT OSS 120B
- Copy the generated results from a dedicated output box
Local run
pip install -r requirements.txt
python app.pyNotes
- This app calls Groq via the OpenAI-compatible endpoint:
https://api.groq.com/openai/v1 - Default model is set to
openai/gpt-oss-120b - Set your Groq key in Space Secrets as
GROQ_API_KEY - Prompt input is intentionally preserved between generations so users can edit and retry quickly
