Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ async def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
62 |
yield None, None, log_output
|
63 |
|
64 |
try:
|
65 |
-
|
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. "
|
|
|
62 |
yield None, None, log_output
|
63 |
|
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. "
|