Skip to content

Commit

Permalink
undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ulya-tkch authored Sep 13, 2024
1 parent 13c5fd9 commit dd32618
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/tlm/test_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
valid_tlm_models = [model for model in _VALID_TLM_MODELS if model not in excluded_tlm_models]
models_with_no_perplexity_score = ["claude-3-haiku", "claude-3-sonnet", "claude-3.5-sonnet"]

valid_tlm_models = ["gpt-4o"]

def _test_log(response: Dict[str, Any], options: Dict[str, Any]) -> None:
"""Tests the log dictionary in the response based on the options dictionary."""
Expand Down Expand Up @@ -131,7 +130,6 @@ def test_prompt(tlm_dict: Dict[str, Any], model: str, quality_preset: str) -> No
options,
allow_null_trustworthiness_score=allow_null_trustworthiness_score,
)
return False


@pytest.mark.parametrize("model", valid_tlm_models)
Expand Down

0 comments on commit dd32618

Please sign in to comment.