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". '''