Skip to content

Commit 466581c

Browse files
committed
remove gpt
1 parent 8c62b6b commit 466581c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eval_protocol/quickstart/llm_judge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def aime2025_dataset_adapter(rows: List[Dict[str, Any]]) -> List[EvaluationRow]:
5050
# {
5151
# "model": "fireworks_ai/accounts/fireworks/models/qwen3-235b-a22b-instruct-2507",
5252
# },
53-
{"model": "gpt-4.1"},
53+
# {"model": "gpt-4.1"},
5454
{
5555
"max_tokens": 131000,
5656
"extra_body": {"reasoning_effort": "medium"},

0 commit comments

Comments
 (0)