Update app.py
Browse files
app.py
CHANGED
@@ -53,10 +53,6 @@ class WebSearchAgent:
|
|
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."
|
59 |
-
),
|
60 |
)
|
61 |
print("✅ Agent initialized.")
|
62 |
|
|
|
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 |
)
|
57 |
print("✅ Agent initialized.")
|
58 |
|