Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kdziedzic68 committed Nov 28, 2024
1 parent 15186fb commit 9bf4076
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ragbits-core/src/ragbits/core/llms/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ def simple_litellm_vision_factory() -> LLM:

def simple_litellm_structured_output_factory() -> LLM:
"""
A basic LLM factory that creates an LiteLLM instance with the structured output.
Functionality supported
A basic LLM factory that creates an LiteLLM instance with the support for structured output.
Returns:
LLM: An instance of the LiteLLM class.
Expand Down

0 comments on commit 9bf4076

Please sign in to comment.