Akjava commited on
Commit
0c46637
·
verified ·
1 Parent(s): d83f150

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ from smolagents import (
37
  LiteLLMModel,
38
  Model,
39
  ToolCallingAgent,
 
40
  )
41
  from smolagents.agent_types import AgentText, AgentImage, AgentAudio
42
  from smolagents.gradio_ui import pull_messages_from_step, handle_agent_output_types
 
37
  LiteLLMModel,
38
  Model,
39
  ToolCallingAgent,
40
+ DuckDuckGoSearchTool
41
  )
42
  from smolagents.agent_types import AgentText, AgentImage, AgentAudio
43
  from smolagents.gradio_ui import pull_messages_from_step, handle_agent_output_types