Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ACRLab
/
FraleyLabAttachmentBot
like
0
Sleeping
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
AjithKSenthil
commited on
Mar 23, 2023
Commit
54aab09
·
1 Parent(s):
0e5ce07
Update config.py
Browse files
Files changed (1)
hide
show
config.py
+3
-1
config.py
CHANGED
Viewed
@@ -1 +1,3 @@
1
-
OPENAI_API_KEY
=
ajithskey
1
+
import
os
2
+
3
+
OPENAI_API_KEY = os.environ.get("ajithskey")