From e2db1b6b38385ba2aeb5b61a0373be864043c2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20H=C3=B6nicke?= Date: Wed, 24 May 2023 16:46:35 +0200 Subject: [PATCH] docs: add comment --- prompts/game24.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prompts/game24.py b/prompts/game24.py index 71cd374..7177f55 100644 --- a/prompts/game24.py +++ b/prompts/game24.py @@ -13,7 +13,7 @@ Answer: 5 + 5 + 5 + 9 = 24 Input: {input} ''' -# 5-shot +# 5-shot + cot cot_prompt = '''Use numbers and basic arithmetic operations (+ - * /) to obtain 24. Each step, you are only allowed to choose two of the remaining numbers to obtain a new number. Input: 4 4 6 8 Steps: @@ -131,4 +131,4 @@ Judge: impossible Input: {input} Answer: {answer} -Judge:''' \ No newline at end of file +Judge:'''