crcdng commited on
Commit
10123c6
·
verified ·
1 Parent(s): e643415

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,6 +65,6 @@ agent = CodeAgent(
65
  prompt_templates=prompt_templates
66
  )
67
 
68
- print(agent.tools)
69
 
70
  GradioUI(agent).launch()
 
65
  prompt_templates=prompt_templates
66
  )
67
 
68
+ print(smolagents.default_tools)
69
 
70
  GradioUI(agent).launch()