From d2e09f882be3a1836fb8d785a28784b827d55f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Thu, 25 May 2023 23:48:29 +0200 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=20fix:=20fix=20bring=20back=20the=20t?= =?UTF-8?q?est=20description=20for=20func=20generation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev_gpt/options/generate/chains/question_answering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_gpt/options/generate/chains/question_answering.py b/dev_gpt/options/generate/chains/question_answering.py index 582756f..bd8dabe 100644 --- a/dev_gpt/options/generate/chains/question_answering.py +++ b/dev_gpt/options/generate/chains/question_answering.py @@ -44,5 +44,5 @@ question_prompt = '''\ # Question Based on the pros and cons, answer the following question: {question} -Note: You must answer the question correctly by saying "yes" or "no". +Note: You must answer the question correctly by saying something like "since , the answer is yes" or "since , the answer is no". '''