Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
AjithKSenthil
/
ExampleHostedChatBot
like
0
Sleeping
App
Files
Files
Community
main
ExampleHostedChatBot
/
config.py
AjithKSenthil
Upload 2 files
85570bf
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
62 Bytes
import
os
OPENAI_API_KEY = os.environ.get(
"OPENAI_API_KEY"
)