Update app.py
Browse files
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 |
-
|
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."
|