Update constants.py
Browse files- constants.py +1 -5
constants.py
CHANGED
@@ -1,7 +1,3 @@
|
|
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')
|
|
|
|
|
|
|
1 |
WEBSITE_URL="https://tce.gururaja.in/sitemap.xml"
|
2 |
PINECONE_ENVIRONMENT="gcp-starter"
|
3 |
+
PINECONE_INDEX="chatbot"
|
|
|
|