Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nhathuy07
/
text2quiz_backend
like
1
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
5e83f37
text2quiz_backend
/
env.py
nhathuy07
Update env.py
5e83f37
verified
7 months ago
raw
Copy download link
history
blame
Safe
165 Bytes
from
os
import
getenv
LLM_API_KEY = getenv(
"LLM_API_KEY"
)
GOOGLE_API_KEY = getenv(
"GOOGLE_API_KEY"
)
CX = getenv(
"CX"
)
IMSEARCH_API_KEY = getenv(
"IMSEARCH_API_KEY"
)