akshansh36 commited on
Commit
d9ac64c
·
verified ·
1 Parent(s): e282277

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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["chat_sessions"]
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")