Spaces:
Sleeping
Sleeping
Dua Rajper commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from groq import Groq
|
|
| 5 |
# Set up the API key
|
| 6 |
GROQ_API_KEY = os.getenv("GROQ_API_KEY")
|
| 7 |
if not GROQ_API_KEY:
|
| 8 |
-
st.error("
|
| 9 |
st.stop()
|
| 10 |
|
| 11 |
# Initialize Groq client
|
|
|
|
| 5 |
# Set up the API key
|
| 6 |
GROQ_API_KEY = os.getenv("GROQ_API_KEY")
|
| 7 |
if not GROQ_API_KEY:
|
| 8 |
+
st.error("Please set the GROQ_API_KEY as an environment variable.")
|
| 9 |
st.stop()
|
| 10 |
|
| 11 |
# Initialize Groq client
|