joshuarauh commited on
Commit
6136aaf
·
verified ·
1 Parent(s): b08d1d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -761,7 +761,7 @@ def check_and_resolve_discrepancy(initial_response, sympy_output):
761
  The second, called SymPy Verification, will only provide the final answer.
762
 
763
  If the SymPy Verification answer is consistent with the final answer Original solution,
764
- then please say that they are consistent and briefly explain why.
765
  Note that you may use numerical analysis to check whether the two answers are consistent,
766
  and it may be the case that the two answers evaluate to the same expression or number.
767
 
@@ -772,7 +772,7 @@ def check_and_resolve_discrepancy(initial_response, sympy_output):
772
  to end, including all parts that were correct and the corrections for any incorrect parts.
773
  Do not refer to the original solution or say things like "the rest remains the same" - write
774
  out everything in full.
775
- 4. Start with "SYMPY_CORRECT: True" or "SYMPY_CORRECT: False" on its own line.
776
 
777
  Original solution:
778
  {initial_response}
 
761
  The second, called SymPy Verification, will only provide the final answer.
762
 
763
  If the SymPy Verification answer is consistent with the final answer Original solution,
764
+ then please write "SYMPY_CORRECT: True" on its own line and say that the answers are consistent and briefly explain why.
765
  Note that you may use numerical analysis to check whether the two answers are consistent,
766
  and it may be the case that the two answers evaluate to the same expression or number.
767
 
 
772
  to end, including all parts that were correct and the corrections for any incorrect parts.
773
  Do not refer to the original solution or say things like "the rest remains the same" - write
774
  out everything in full.
775
+ 4. Start with "SYMPY_CORRECT: False" on its own line.
776
 
777
  Original solution:
778
  {initial_response}