amasood commited on
Commit
6174a54
Β·
verified Β·
1 Parent(s): 4f07042

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from groq import Groq
3
 
4
  # βœ… Set your Groq API key here (replace with your actual key)
5
- GROQ_API_KEY = "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" # πŸ” Replace this with your real key
6
 
7
  # Initialize Groq client
8
  client = Groq(api_key=GROQ_API_KEY)
 
2
  from groq import Groq
3
 
4
  # βœ… Set your Groq API key here (replace with your actual key)
5
+ GROQ_API_KEY = MY_KEY # πŸ” Replace this with your real key
6
 
7
  # Initialize Groq client
8
  client = Groq(api_key=GROQ_API_KEY)