sirine1712 commited on
Commit
086034d
·
verified ·
1 Parent(s): 91f5922

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ class WebSearchAgent:
52
  description="An agent using DuckDuckGo and calculator tools.",
53
  tools=[duck_search, calculator],
54
  model="gpt-3.5-turbo", # You can use gpt-4o if you have access
55
- step_limit=5,
56
  system_prompt=(
57
  "You're a helpful reasoning agent. Use the provided tools "
58
  "to help answer the user's questions accurately."
 
52
  description="An agent using DuckDuckGo and calculator tools.",
53
  tools=[duck_search, calculator],
54
  model="gpt-3.5-turbo", # You can use gpt-4o if you have access
55
+ planning_interval=5,
56
  system_prompt=(
57
  "You're a helpful reasoning agent. Use the provided tools "
58
  "to help answer the user's questions accurately."