Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sabatale/haylit
sabatale
/
haylit2
like
0
Sleeping
App
Files
Files
Community
95ba7e9
haylit2
/
utils
/
config.py
sabatale
Update utils/config.py
3cec66b
verified
8 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'
)