simplify example code

This commit is contained in:
Robert Haase 2024-12-30 12:48:56 +01:00
parent 56a4592521
commit 8d388ed217
1 changed files with 1 additions and 3 deletions

View File

@ -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",