Guru-25 commited on
Commit
0764a93
·
verified ·
1 Parent(s): cf9c6db

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +5 -1
constants.py CHANGED
@@ -1,3 +1,7 @@
 
 
1
  WEBSITE_URL="https://tce.gururaja.in/sitemap.xml"
2
  PINECONE_ENVIRONMENT="gcp-starter"
3
- PINECONE_INDEX="chatbot"
 
 
 
1
+ import os
2
+
3
  WEBSITE_URL="https://tce.gururaja.in/sitemap.xml"
4
  PINECONE_ENVIRONMENT="gcp-starter"
5
+ PINECONE_INDEX="chatbot"
6
+ HF_TOKEN=os.getenv('HF_TOKEN')
7
+ PINECONE_API=os.getenv('PINECONE_API')