Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AjithKSenthil
/
examplechatbot
like
0
Model card
Files
Files and versions
xet
Community
main
examplechatbot
/
config.py
AjithKSenthil
Upload 2 files
b51f437
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"
)