Skip to content

Commit

Permalink
removes misleading comment in get_structured_output_llm
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeximenes committed Sep 12, 2024
1 parent 7caa8a0 commit 5286026
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_ai_assistant/helpers/assistants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5286026

Please sign in to comment.