Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions aixplain/factories/agent_factory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ def create(
), "'expected_output' must be a Pydantic BaseModel or a JSON object when 'output_format' is JSON."

warnings.warn(
"Use `llm` to define the large language model (aixplain.modules.model.llm_model.LLM) to be used as agent. "
"Use `llm_id` to provide the model ID of the large language model to be used as agent. "
"Note: In upcoming releases, `llm` will become a required parameter.",
"Deprecating 'llm_id', use `llm` to define the large language model in agents.",
UserWarning,
)
from aixplain.factories.agent_factory.utils import (
Expand Down