Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ index = pc.Index(index_name)
|
|
35 |
MONGO_URI = os.getenv("MONGO_URI")
|
36 |
client = MongoClient(MONGO_URI)
|
37 |
db = client["chatbot_db"]
|
38 |
-
chat_sessions = db["
|
39 |
|
40 |
# Set LLM models
|
41 |
FLASH_API = os.getenv("FLASH_API")
|
|
|
35 |
MONGO_URI = os.getenv("MONGO_URI")
|
36 |
client = MongoClient(MONGO_URI)
|
37 |
db = client["chatbot_db"]
|
38 |
+
chat_sessions = db["chat_sessions3"]
|
39 |
|
40 |
# Set LLM models
|
41 |
FLASH_API = os.getenv("FLASH_API")
|