simran0608 commited on
Commit
7adae13
1 Parent(s): 842c0d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -231,7 +231,7 @@ def main():
231
  )
232
 
233
  # Generate insights
234
- groq_client = Groq(api_key="groq_api_key")
235
 
236
  summary_text = format_summary_for_llm(summary)
237
  insights = generate_insights(groq_client, summary_text)
 
231
  )
232
 
233
  # Generate insights
234
+ groq_client = Groq(api_key=os.getenv("GROQ_API_KEY"))
235
 
236
  summary_text = format_summary_for_llm(summary)
237
  insights = generate_insights(groq_client, summary_text)