Skip to content

Commit

Permalink
Add new lines in the test pyproject.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwiktrammer committed Dec 9, 2024
1 parent dfb6b56 commit c2583c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ name = "bad_factory_project"
[tool.ragbits.core.default_llm_factories]
non_existing = "ragbits.core.llms.factory:simple_litellm_factory"
vision = "ragbits.core.llms.factory:simple_litellm_vision_factory"
structured_output = "ragbits.core.llms.factory:simple_litellm_vision_factory"
structured_output = "ragbits.core.llms.factory:simple_litellm_vision_factory"
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ name = "factory_project"
[tool.ragbits.core.default_llm_factories]
text = "ragbits.core.llms.factory:simple_litellm_factory"
vision = "ragbits.core.llms.factory:simple_litellm_vision_factory"
structured_output = "ragbits.core.llms.factory:simple_litellm_vision_factory"
structured_output = "ragbits.core.llms.factory:simple_litellm_vision_factory"

0 comments on commit c2583c8

Please sign in to comment.