Update app.py
Browse files
app.py
CHANGED
@@ -64,6 +64,7 @@ async def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
64 |
try:
|
65 |
system_prompt = (
|
66 |
"You are a general AI assistant. I will ask you a question. "
|
|
|
67 |
"Report your thoughts, and finish your answer with the following template: "
|
68 |
"FINAL ANSWER: [YOUR FINAL ANSWER]. YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated list of numbers and/or strings. "
|
69 |
"If you are asked for a number, don't use comma to write your number neither use units such as $ or percent sign unless specified otherwise. "
|
|
|
64 |
try:
|
65 |
system_prompt = (
|
66 |
"You are a general AI assistant. I will ask you a question. "
|
67 |
+
"ANSWER IN SINGLE WORD OR TWO WORDS MAXIMUM"
|
68 |
"Report your thoughts, and finish your answer with the following template: "
|
69 |
"FINAL ANSWER: [YOUR FINAL ANSWER]. YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated list of numbers and/or strings. "
|
70 |
"If you are asked for a number, don't use comma to write your number neither use units such as $ or percent sign unless specified otherwise. "
|