diff --git a/examples/tool_calling_agent_ollama.py b/examples/tool_calling_agent_ollama.py index 58b65e0..0393549 100644 --- a/examples/tool_calling_agent_ollama.py +++ b/examples/tool_calling_agent_ollama.py @@ -1,7 +1,5 @@ from smolagents.agents import ToolCallingAgent -from smolagents import tool, HfApiModel, TransformersModel, LiteLLMModel, Model -from smolagents.tools import Tool -from smolagents.models import get_clean_message_list, tool_role_conversions +from smolagents import tool, LiteLLMModel from typing import Optional model = LiteLLMModel(model_id="openai/llama3.2",