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 a320cde commit aed9ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lamacpp_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def cpu_config():

@pytest.fixture
def valid_model_settings():
model_setting = get_model_setting(ModelType.OPENCHAT.value)
model_setting = get_model_setting(ModelType.OPENCHAT_3_5.value)
return model_setting


Expand Down

0 comments on commit aed9ae2

Please sign in to comment.