nat232 commited on
Commit
29d9696
·
verified ·
1 Parent(s): 417155e

Update researchsimulation/InteractiveInterviewChatbot.py

Browse files
researchsimulation/InteractiveInterviewChatbot.py CHANGED
@@ -9,7 +9,7 @@ from ResponseValidation import *
9
 
10
  # Configure logging
11
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
12
- respondent_type = "FOCUS GROUP" / "INDIVIDUAL USER"
13
 
14
  def parse_question_with_llm(question, respondent_names, processor_llm):
15
  """
 
9
 
10
  # Configure logging
11
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
12
+ respondent_type = "INDIVIDUAL USER"
13
 
14
  def parse_question_with_llm(question, respondent_names, processor_llm):
15
  """