Spaces:
Sleeping
Sleeping
amirmmahdavikia
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from groq import Groq
|
|
7 |
|
8 |
# Configure GROQ API_KEY
|
9 |
client = Groq(
|
10 |
-
api_key=
|
11 |
)
|
12 |
|
13 |
# RTL formatting of the streamlit
|
|
|
7 |
|
8 |
# Configure GROQ API_KEY
|
9 |
client = Groq(
|
10 |
+
api_key=os.environ.get("GROQ_API_KEY"),
|
11 |
)
|
12 |
|
13 |
# RTL formatting of the streamlit
|