Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from groq import Groq
|
|
7 |
import os
|
8 |
|
9 |
# Fetch the API key
|
10 |
-
groq_api_key =
|
11 |
|
12 |
# Check if the API key is available
|
13 |
if not groq_api_key:
|
|
|
7 |
import os
|
8 |
|
9 |
# Fetch the API key
|
10 |
+
groq_api_key = "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"
|
11 |
|
12 |
# Check if the API key is available
|
13 |
if not groq_api_key:
|