agsagds commited on
Commit
1bbdbdb
·
verified ·
1 Parent(s): 43a981a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ with open("prompts.yaml", 'r') as stream:
60
  agent = CodeAgent(
61
  model=model,
62
  tools=[
63
- DuckDuckGoSearchTool,
64
  get_current_time_in_timezone,
65
  # image_generation_tool,
66
  secret_tool,
 
60
  agent = CodeAgent(
61
  model=model,
62
  tools=[
63
+ # DuckDuckGoSearchTool,
64
  get_current_time_in_timezone,
65
  # image_generation_tool,
66
  secret_tool,