Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,6 @@ inject_custom_css()
|
|
30 |
|
31 |
# Initialize Groq Client
|
32 |
def get_groq_client():
|
33 |
-
GROQ_API_KEY = "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"
|
34 |
api_key = GROQ_API_KEY
|
35 |
if not api_key:
|
36 |
st.error("GROQ_API_KEY not found! Please set it in environment variables or secrets.")
|
|
|
30 |
|
31 |
# Initialize Groq Client
|
32 |
def get_groq_client():
|
|
|
33 |
api_key = GROQ_API_KEY
|
34 |
if not api_key:
|
35 |
st.error("GROQ_API_KEY not found! Please set it in environment variables or secrets.")
|