소스 검색

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):