Felix-Thin commited on
Commit
925b557
·
verified ·
1 Parent(s): 656d258

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -31,7 +31,6 @@ agent_VNExpress_Agents = CodeAgent(
31
  model=model,
32
  tools=[fetch_lastest_news_tille_and_urls, extract_news_article_content, summarize_news, classify_topic],
33
  managed_agents=[],
34
- class='CodeAgent',
35
  max_steps=20,
36
  verbosity_level=2,
37
  grammar=None,
 
31
  model=model,
32
  tools=[fetch_lastest_news_tille_and_urls, extract_news_article_content, summarize_news, classify_topic],
33
  managed_agents=[],
 
34
  max_steps=20,
35
  verbosity_level=2,
36
  grammar=None,