Improving the prompt.

This commit is contained in:
Tomasz Rewak
2023-10-11 17:12:29 +02:00
parent e9812df04e
commit 98a4d0184b
+1 -1
View File
@@ -20,7 +20,7 @@ def is_yes_or_no_question(question: str, key: str):
{'role': 'system', 'content': '[Example 3] User: Should I buy new shoes?; You: Yes'}, {'role': 'system', 'content': '[Example 3] User: Should I buy new shoes?; You: Yes'},
{'role': 'system', 'content': '[Example 4] User: Is love more important than science?; You: Yes'}, {'role': 'system', 'content': '[Example 4] User: Is love more important than science?; You: Yes'},
{'role': 'system', 'content': '[Example 5] User: What is the meaning of life?; You: No'}, {'role': 'system', 'content': '[Example 5] User: What is the meaning of life?; You: No'},
{'role': 'user', 'content': f'Is the following question a boolean question from a linguistic perspective? \n {question}'}, {'role': 'user', 'content': question},
] ]
) )