Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from groq import Client
|
|
4 |
|
5 |
# Function to initialize Groq client
|
6 |
def get_groq_client():
|
7 |
-
api_key =
|
8 |
if not api_key:
|
9 |
st.error("API key is missing. Please set the GROQ_API_KEY environment variable.")
|
10 |
return None
|
|
|
4 |
|
5 |
# Function to initialize Groq client
|
6 |
def get_groq_client():
|
7 |
+
api_key = "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"
|
8 |
if not api_key:
|
9 |
st.error("API key is missing. Please set the GROQ_API_KEY environment variable.")
|
10 |
return None
|