Update constants.py
Browse files- 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')
|