Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
reshav1
/
grock_chat
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
reshav1
commited on
Mar 28, 2024
Commit
bf3fbda
·
verified
·
1 Parent(s):
7fc72db
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -65,9 +65,7 @@ api1 = os.getenv("GROQ_API_KEY1")
65
66
apis = [
67
68
-
GROQ_API_KEY1
,
69
-
70
-
# api1,
71
72
]
73
65
66
apis = [
67
68
+
api1
,
69
70
]
71