Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sabatale/haylit
sabatale
/
haylit2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
83f591d
haylit2
/
utils
/
config.py
sabatale
Update utils/config.py
3cec66b
verified
11 months ago
raw
Copy download link
history
blame
Safe
150 Bytes
import
os
from
dotenv
import
load_dotenv
load_dotenv()
COHERE_API_KEY = os.getenv(
'COHERE_API_KEY'
)
PINECONE_API_KEY = os.getenev(
'PINECONE_API_KEY'
)