Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shubhendu-ghosh
/
polydocs
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shubhendu-ghosh
commited on
Apr 17, 2025
Commit
dfbf8d7
·
verified
·
1 Parent(s):
7b287df
Update config.py
Browse files
Files changed (1)
hide
show
config.py
+1
-0
config.py
CHANGED
Viewed
@@ -4,3 +4,4 @@ from dotenv import load_dotenv
4
load_dotenv()
5
6
PINECONE_API_KEY = os.getenv("PINECONE_API_KEY")
4
load_dotenv()
5
6
PINECONE_API_KEY = os.getenv("PINECONE_API_KEY")
7
+
GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")