Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hansimov
/
embed-api
like
1
Runtime error
App
Files
Files
Community
main
embed-api
/
configs
/
envs.py
Hansimov
:pencil: [Config] ENVS from secrets.json
7c3898e
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
138 Bytes
from
pathlib
import
Path
from
tclogger
import
OSEnver
secrets_path = Path(__file__).parent /
"secrets.json"
ENVS = OSEnver(secrets_path)