Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
deepset/should-i-follow
sabatale
/
haylit
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
haylit
/
utils
/
config.py
sabatale
Update utils/config.py
3cec66b
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
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'
)