DTStudios commited on
Commit
eccbb13
·
verified ·
1 Parent(s): 80bcb56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ agent = CodeAgent(
57
  tools=tool,
58
  model= model,
59
  add_base_tools=True, # still give web_search, visit_webpage, final_answer
60
- name="Agent Socks"
61
  description="Practicing agent with simple math and time tools"
62
  )
63
 
 
57
  tools=tool,
58
  model= model,
59
  add_base_tools=True, # still give web_search, visit_webpage, final_answer
60
+ name="Agent Socks",
61
  description="Practicing agent with simple math and time tools"
62
  )
63