donzito 2 жил өмнө
parent
commit
a3286d5485
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      chatbot/main.py

+ 2 - 0
chatbot/main.py

@@ -115,6 +115,8 @@ class Chatbot():
             self.ai_index.storage_context.persist()
             status = 200
         
+        logger.info('Chatbot Training finished | Status '+str(status))
+        
         return status, data
 
     def chat (self, question=None):