Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
alphayomega/EliBot
alphayomega
/
InfoBot
like
0
Sleeping
App
Files
Files
Community
DHEIVER
commited on
Jun 26
Commit
254aed0
•
1 Parent(s):
aaf2c9c
Update config.py
Browse files
Files changed (1)
hide
show
config.py
+2
-1
config.py
CHANGED
Viewed
@@ -1,2 +1,3 @@
1
-
GROQ_API_KEY
= "your_api_key_here"
2
os.environ["GROQ_API_KEY"] = GROQ_API_KEY
1
+
import
os
2
+
GROQ_API_KEY = "YOUR_API_KEY"
3
os.environ["GROQ_API_KEY"] = GROQ_API_KEY