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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
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