Skip to content

Commit

Permalink
fix: fixed the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
umbertogriffo committed Jun 28, 2024
1 parent ab9a9df commit b14cd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ctransformer_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def valid_model_settings():

@pytest.fixture
def invalid_model_settings():
return get_model_setting(ModelType.OPENCHAT.value)
return get_model_setting(ModelType.OPENCHAT_3_5.value)


@pytest.fixture
Expand Down

0 comments on commit b14cd85

Please sign in to comment.