simonraj commited on
Commit
f4a3e64
·
1 Parent(s): 728297a

Update RadinMas.py

Browse files
Files changed (1) hide show
  1. RadinMas.py +1 -1
RadinMas.py CHANGED
@@ -46,7 +46,7 @@ def generate_system_message(question_number, feedback_level): # Updated line to
46
  if question_number == 1:
47
  strategy, explanation = strategy_text["PEEL"]
48
  elif question_number == 2:
49
- strategy, explanation = strategy_text[""5W1H""]
50
  elif question_number == 3:
51
  strategy, explanation = strategy_text["OREOS"]
52
  else:
 
46
  if question_number == 1:
47
  strategy, explanation = strategy_text["PEEL"]
48
  elif question_number == 2:
49
+ strategy, explanation = strategy_text["5W1H"]
50
  elif question_number == 3:
51
  strategy, explanation = strategy_text["OREOS"]
52
  else: