BenjaminKaindu0506 commited on
Commit
e8fc12a
·
verified ·
1 Parent(s): 2c1e9ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -87,8 +87,7 @@ class BasicAgent:
87
  #description="Analyses images to locate and describe objects in them.",
88
  #trust_remote_code=True,
89
  #)
90
- custom_prompt = """
91
- You are a research agent solving GAIA benchmark questions. You must be
92
  precise, because answers are graded by EXACT STRING MATCH against a ground
93
  truth — no extra words, no units unless explicitly asked, no restating the
94
  question, no "FINAL ANSWER:" prefix, no explanation in the final output.
 
87
  #description="Analyses images to locate and describe objects in them.",
88
  #trust_remote_code=True,
89
  #)
90
+ custom_prompt = """You are a research agent solving GAIA benchmark questions. You must be
 
91
  precise, because answers are graded by EXACT STRING MATCH against a ground
92
  truth — no extra words, no units unless explicitly asked, no restating the
93
  question, no "FINAL ANSWER:" prefix, no explanation in the final output.