umarabbas890 commited on
Commit
b2d21ea
·
verified ·
1 Parent(s): f1984d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  # ==== CONFIG ====
7
  GROQ_API_KEY = os.getenv("GROQ_API_KEY") # Set this in Hugging Face secrets
8
  GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
9
- GROQ_MODEL = "mixtral-8x7b-32768" # Or use llama3-70b-8192
10
 
11
  # === Dummy topic generator ===
12
  def generate_trending_topics(niche):
 
6
  # ==== CONFIG ====
7
  GROQ_API_KEY = os.getenv("GROQ_API_KEY") # Set this in Hugging Face secrets
8
  GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
9
+ GROQ_MODEL = "llama3-8b-8192" # Or use llama3-70b-8192
10
 
11
  # === Dummy topic generator ===
12
  def generate_trending_topics(niche):