Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Dec 4, 2024
1 parent 9878da7 commit 18c6c6e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ def test_returns_chat_model_fields(cm):
expected_model_args = configure_with_fields(cm)
assert cm.lm_provider_params == expected_model_args


def test_returns_completion_model_fields(cm):
expected_model_args = configure_with_fields(cm, completions=True)
assert cm.completions_lm_provider_params == expected_model_args
Expand Down

0 comments on commit 18c6c6e

Please sign in to comment.