dawid-lorek commited on
Commit
4269bbb
·
verified ·
1 Parent(s): 33653ff

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -92,7 +92,7 @@ agent = FunctionAgent(
92
  llm=llm,
93
  system_prompt="...",
94
  max_iterations=5,
95
- verbose=True
96
  system_prompt="""
97
  You are a highly capable AI agent taking the GAIA benchmark test.
98
 
 
92
  llm=llm,
93
  system_prompt="...",
94
  max_iterations=5,
95
+ verbose=True,
96
  system_prompt="""
97
  You are a highly capable AI agent taking the GAIA benchmark test.
98