Update app.py
Browse files
app.py
CHANGED
|
@@ -26,11 +26,11 @@ class BasicAgent:
|
|
| 26 |
|
| 27 |
# Research Advisory-style prompt
|
| 28 |
system_prompt = (
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
f"ใ่ชฒ้กใ\n{question_text}"
|
| 35 |
)
|
| 36 |
|
|
|
|
| 26 |
|
| 27 |
# Research Advisory-style prompt
|
| 28 |
system_prompt = (
|
| 29 |
+
"You are a manager of a research institute that calmly examines difficult problems.\n"
|
| 30 |
+
"There are experts in language understanding, image analysis, information search, and logical construction here.\n"
|
| 31 |
+
"Please work together on this problem and think about it step by step.\n\n"
|
| 32 |
+
"For the final answer in English, please strictly follow the format specified in the question.\n"
|
| 33 |
+
"Please answer only one sentence, omit explanations and supplements, and return only the answer.\n\n"
|
| 34 |
f"ใ่ชฒ้กใ\n{question_text}"
|
| 35 |
)
|
| 36 |
|