CoolFace
Apppublic

sultee/fifth-hf-groq-gpt-oss-headline-generator

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
App README

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

bash
pip install -r requirements.txt
python app.py

Notes

  • —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