Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Emerging-Tech
/
GoalsAI
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
CosmoAI
commited on
Apr 25, 2024
Commit
5724055
·
verified
·
1 Parent(s):
6f747e2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -21,10 +21,11 @@ import re
21
22
23
api1 = os.getenv("Groq_key")
24
25
apis = [
26
api1,
27
-
# api1
,
28
]
29
30
21
22
23
api1 = os.getenv("Groq_key")
24
+
api2 = os.getenv("GRoq_key")
25
26
apis = [
27
api1,
28
+
api2
,
29
]
30
31