Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
adamrida
/
ecpp
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ecpp
/
config.py
AdamR
Update config.py
286f313
verified
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
137 Bytes
import
os
openai_api = os.environ.get(
"openai_api"
)
folder_id = os.environ.get(
"folder_id"
)
json_url_id = os.environ.get(
"json_url_id"
)