zeeshan4801 commited on
Commit
3945001
·
verified ·
1 Parent(s): 584b719

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ import tempfile
14
  # --------------------------
15
  # Config
16
  # --------------------------
17
- GROQ_API_KEY = os.environ.get("GROQ_API_KEY", "")
18
  if not GROQ_API_KEY:
19
  raise RuntimeError("❌ Missing GROQ_API_KEY. Add it in Hugging Face → Settings → Secrets.")
20
 
 
14
  # --------------------------
15
  # Config
16
  # --------------------------
17
+ GROQ_API_KEY = os.environ.get("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", "")
18
  if not GROQ_API_KEY:
19
  raise RuntimeError("❌ Missing GROQ_API_KEY. Add it in Hugging Face → Settings → Secrets.")
20