Siddu2004-2006 commited on
Commit
2a9d839
·
verified ·
1 Parent(s): 067ada0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import os
11
  # Initialize Groq with environment variable
12
  llm = ChatGroq(
13
  temperature=0.7,
14
- groq_api_key=os.environ.get("Groq_API_KEY"), # Set in HF Secrets
15
  model_name="llama-3.3-70b-versatile"
16
  )
17
 
 
11
  # Initialize Groq with environment variable
12
  llm = ChatGroq(
13
  temperature=0.7,
14
+ groq_api_key=os.environ.get("Groq_API_Key"), # Set in HF Secrets
15
  model_name="llama-3.3-70b-versatile"
16
  )
17