DTStudios commited on
Commit
b7daa2e
·
verified ·
1 Parent(s): d3c345d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ tool=[
54
  ]
55
 
56
  agent = CodeAgent(
57
- tools=tools,
58
  model= model,
59
  add_base_tools=True,
60
  )
 
54
  ]
55
 
56
  agent = CodeAgent(
57
+ tools=tool,
58
  model= model,
59
  add_base_tools=True,
60
  )