applemuncy commited on
Commit
93934bb
·
verified ·
1 Parent(s): 0c5ec3f

add add_base_tools=True

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -70,6 +70,7 @@ agent = CodeAgent(
70
  name=None,
71
  description=None,
72
  prompt_templates=prompt_templates
 
73
  )
74
 
75
 
 
70
  name=None,
71
  description=None,
72
  prompt_templates=prompt_templates
73
+ add_base_tools=True
74
  )
75
 
76