diff --git a/django_ai_assistant/helpers/assistants.py b/django_ai_assistant/helpers/assistants.py index bdbed13..3810337 100644 --- a/django_ai_assistant/helpers/assistants.py +++ b/django_ai_assistant/helpers/assistants.py @@ -279,7 +279,6 @@ def get_llm(self) -> BaseChatModel: def get_structured_output_llm(self) -> Runnable: """Get the LLM model to use for the structured output. - By default, this is the `get_llm` method. Returns: BaseChatModel: The LLM model to use for the structured output.