Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -320,10 +320,10 @@ class GaiaRunner:
|
|
| 320 |
# ==========================
|
| 321 |
# 1️⃣ إعداد الدخل للنموذج
|
| 322 |
# ==========================
|
| 323 |
-
|
| 324 |
-
|
| 325 |
-
|
| 326 |
-
|
| 327 |
|
| 328 |
prompt = SYSTEM_INSTRUCTIONS + "\n\nQuestion:\n" + question_text
|
| 329 |
if file_path:
|
|
|
|
| 320 |
# ==========================
|
| 321 |
# 1️⃣ إعداد الدخل للنموذج
|
| 322 |
# ==========================
|
| 323 |
+
# SYSTEM_INSTRUCTIONS = (
|
| 324 |
+
# "You are a reasoning agent that follows the ReAct pattern (Thought, Action, Observation). "
|
| 325 |
+
# "Use available tools if necessary, and finish with 'Final Answer: ... <<END>>'"
|
| 326 |
+
# )
|
| 327 |
|
| 328 |
prompt = SYSTEM_INSTRUCTIONS + "\n\nQuestion:\n" + question_text
|
| 329 |
if file_path:
|