Malik198 commited on
Commit
710ec91
·
verified ·
1 Parent(s): 71b104a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ class BasicAgent:
68
  planning_interval=2, # Enable planning every 3 steps
69
  max_steps=3,
70
  additional_authorized_imports=["*"],
71
- description="Give the final answer and try to use no more that 300 tokens. You can use DuckDuckGoSearchTool, wikipedia, visit_webpage or other tools.",
72
  )
73
 
74
  print("BasicAgent initialized.")
 
68
  planning_interval=2, # Enable planning every 3 steps
69
  max_steps=3,
70
  additional_authorized_imports=["*"],
71
+ description="Give the final answer and try to use no more that 300 tokens. You can use DuckDuckGoSearchTool, wikipedia, visit_webpage or other tools. Don't overthink tasks, does try to solve them the simple way",
72
  )
73
 
74
  print("BasicAgent initialized.")