Spaces:
Sleeping
Sleeping
alwinvargheset@outlook.com
commited on
Commit
•
f081100
1
Parent(s):
e5d173c
added chat-bot
Browse files- secret_key.py +3 -2
secret_key.py
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
-
|
2 |
|
3 |
-
|
|
|
|
1 |
+
import os
|
2 |
|
3 |
+
|
4 |
+
groq_api_key = os.getenv('GROQ_API_KEY')
|