Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import requests
|
|
5 |
# from groq import Groq
|
6 |
|
7 |
# Fetch the GROQ API key from the environment variable
|
8 |
-
groq_api_key = "
|
9 |
|
10 |
# Check if the API key is available, if not show an error and stop
|
11 |
if not groq_api_key:
|
|
|
5 |
# from groq import Groq
|
6 |
|
7 |
# Fetch the GROQ API key from the environment variable
|
8 |
+
groq_api_key = "fe1e6bcbbf384b3e9220a7a1138805e0"
|
9 |
|
10 |
# Check if the API key is available, if not show an error and stop
|
11 |
if not groq_api_key:
|