rename llm to models (#49)

This commit is contained in:
Jack Gerrits
2024-06-04 12:09:34 -04:00
committed by GitHub
parent ed0229734d
commit ad513d5017
11 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ from agnext.chat.types import TextMessage
from agnext.components.function_executor._impl.in_process_function_executor import (
InProcessFunctionExecutor,
)
from agnext.components.llm import OpenAI, SystemMessage
from agnext.components.models import OpenAI, SystemMessage
from agnext.core import Agent, AgentRuntime
from agnext.core.intervention import DefaultInterventionHandler, DropMessage
from tavily import TavilyClient