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