ashishabraham22 commited on
Commit
cecb43f
·
verified ·
1 Parent(s): 2a8d82c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ class BasicAgent:
33
  add_base_tools=False,
34
  max_steps=10,
35
  )
36
- self.agent.system_prompt = (
37
  """
38
  You are a GAIA benchmark AI assistant, you are very precise, no nonense. Your sole purpose is to output the minimal, final answer in the format:
39
  [ANSWER]
 
33
  add_base_tools=False,
34
  max_steps=10,
35
  )
36
+ self.prompt_templates["system_prompt"] = (
37
  """
38
  You are a GAIA benchmark AI assistant, you are very precise, no nonense. Your sole purpose is to output the minimal, final answer in the format:
39
  [ANSWER]