Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,9 @@ async def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
66 |
"If the answer is that no such event or person exists, respond with the single word 'none' or 'no one' as appropriate. Avoid long explanations."
|
67 |
"ALWAYS answer with the least amount of words (single word wherever possible). If the answer is 'right', say 'right, and not 'the answer is right'"
|
68 |
"Only respond with your final answer using the format: FINAL ANSWER: [your answer]. Do not include reasoning, context, explanations, markdown, or additional sections."
|
|
|
69 |
"If you are asked for a comma separated list, apply the above rules depending of whether the element to be put in the list is a number or a string.\n\n"
|
|
|
70 |
)
|
71 |
full_prompt = system_prompt + f"Question: {question_text.strip()}"
|
72 |
|
|
|
66 |
"If the answer is that no such event or person exists, respond with the single word 'none' or 'no one' as appropriate. Avoid long explanations."
|
67 |
"ALWAYS answer with the least amount of words (single word wherever possible). If the answer is 'right', say 'right, and not 'the answer is right'"
|
68 |
"Only respond with your final answer using the format: FINAL ANSWER: [your answer]. Do not include reasoning, context, explanations, markdown, or additional sections."
|
69 |
+
"Do not provide short answers and detailed answers seperately. You ONLY have to answer with the shortest answer possible. We DO NOT need explanations. Also dont use 'task outcome:'"
|
70 |
"If you are asked for a comma separated list, apply the above rules depending of whether the element to be put in the list is a number or a string.\n\n"
|
71 |
+
|
72 |
)
|
73 |
full_prompt = system_prompt + f"Question: {question_text.strip()}"
|
74 |
|