浏览代码

Training log

donzito 2 年之前
父节点
当前提交
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):