Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Joe-ElM
/
HomeMatch
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
HomeMatch
/
config.py
JoeEl
Upload 10 files
432418f
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
145 Bytes
import
os
# Read environment variables
import
os
OPENAI_API_KEY = os.getenv(
"OPENAI_API_KEY"
)
OPENAI_API_BASE = os.getenv(
"OPENAI_API_BASE"
)