Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AjithKSenthil
/
ExampleHostedChatBot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ExampleHostedChatBot
/
config.py
AjithKSenthil
Upload 2 files
85570bf
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
62 Bytes
import
os
OPENAI_API_KEY = os.environ.get(
"OPENAI_API_KEY"
)