Skip to content

Commit

Permalink
try only gpt-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
Monstertail committed May 30, 2024
1 parent 6047765 commit d7dbf9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
Confidence: 4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Code Of Conduct: Yes
"""
@pytest.fixture(params=["gpt-4o", "together_ai/mistralai/Mixtral-8x7B-Instruct-v0.1"])

# @pytest.fixture(params=["gpt-4o", "together_ai/mistralai/Mixtral-8x7B-Instruct-v0.1"])
@pytest.fixture(params=["gpt-4o"])
def model_name(request: pytest.FixtureRequest) -> Any:
return request.param

Expand Down

0 comments on commit d7dbf9b

Please sign in to comment.