mikaelmp commited on
Commit
f8aa87a
·
verified ·
1 Parent(s): 0429e35

Update researchsimulation/InteractiveInterviewChatbot.py

Browse files
researchsimulation/InteractiveInterviewChatbot.py CHANGED
@@ -119,6 +119,7 @@ def validate_question_topics(parsed_questions, processor_llm):
119
  """
120
  logging.info("[validate_question_topics] Entry")
121
  logging.debug(f"[validate_question_topics] Input parsed_questions: {parsed_questions}")
 
122
 
123
  validated_questions = {}
124
 
 
119
  """
120
  logging.info("[validate_question_topics] Entry")
121
  logging.debug(f"[validate_question_topics] Input parsed_questions: {parsed_questions}")
122
+ start_time = time.time()
123
 
124
  validated_questions = {}
125