donzito 2 anni fa
parent
commit
a3286d5485
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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):