keynes42 commited on
Commit
9c1c266
·
verified ·
1 Parent(s): 4de63bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -274,7 +274,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
274
  agent = CodeAgent(model=llm_model,
275
  tools=[web_structure_analyzer_tool, summarizer_tool, table_extractor_tool, get_wiki_section_tool, image_content_describer_tool, audio_transcriber_tool, url_code_reader_tool, wiki_tool, search_tool, python_tool, html_parse_tool],
276
  prompt_templates=my_prompt_templates,
277
- max_steps=6,
278
  add_base_tools=True,
279
  additional_authorized_imports=["dateparser", "bs4", "regex"])
280
  except Exception as e:
 
274
  agent = CodeAgent(model=llm_model,
275
  tools=[web_structure_analyzer_tool, summarizer_tool, table_extractor_tool, get_wiki_section_tool, image_content_describer_tool, audio_transcriber_tool, url_code_reader_tool, wiki_tool, search_tool, python_tool, html_parse_tool],
276
  prompt_templates=my_prompt_templates,
277
+ max_steps=8,
278
  add_base_tools=True,
279
  additional_authorized_imports=["dateparser", "bs4", "regex"])
280
  except Exception as e: