Mustafa-albakkar commited on
Commit
30598c0
·
verified ·
1 Parent(s): bab32f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -320,10 +320,10 @@ class GaiaRunner:
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:
 
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: