From b4eb00432fd441f3bd2cad8d547abe0692a488cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Tue, 13 Jun 2023 17:18:34 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20fix:=20spelling?= 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 2f8ef2e..48f991a 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 something like "since , the answer is yes" or "since , the answer is no". +Note: You must answer the question correctly by saying something like "since , the answer is yes" or "since , the answer is no". '''