Spaces:
Build error
Build error
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 = "
|
| 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 |
"""
|