elaineaishophouse commited on
Commit
25331c7
·
verified ·
1 Parent(s): 695d8b3

Update researchsimulation/InteractiveInterviewChatbot.py

Browse files
researchsimulation/InteractiveInterviewChatbot.py CHANGED
@@ -4,6 +4,9 @@ from RespondentAgent import *
4
  #from InterviewSimulation import *
5
  from langchain_groq import ChatGroq
6
 
 
 
 
7
  def parse_question_with_llm(question, respondent_names, processor_llm):
8
  """
9
  Uses OpenAI's LLM to extract the specific agents being addressed and their respective questions.
 
4
  #from InterviewSimulation import *
5
  from langchain_groq import ChatGroq
6
 
7
+ # Configure logging
8
+ logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
9
+
10
  def parse_question_with_llm(question, respondent_names, processor_llm):
11
  """
12
  Uses OpenAI's LLM to extract the specific agents being addressed and their respective questions.