Skip to content

Commit d4167ce

Browse files
author
Dylan Huang
authored
use gpt-oss-120b since less rate limiting (#57)
1 parent 12ec78a commit d4167ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/pytest/test_pytest_function_calling.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import json
22
from typing import Any, Dict, List
3+
34
from eval_protocol.models import EvaluationRow
45
from eval_protocol.pytest import default_single_turn_rollout_processor, evaluation_test
56
from eval_protocol.rewards.function_calling import exact_tool_match_reward
@@ -19,7 +20,7 @@ def function_calling_to_evaluation_row(rows: List[Dict[str, Any]]) -> List[Evalu
1920

2021
@evaluation_test(
2122
input_dataset=["tests/pytest/data/function_calling.jsonl"],
22-
model=["fireworks_ai/accounts/fireworks/models/kimi-k2-instruct"],
23+
model=["fireworks_ai/accounts/fireworks/models/gpt-oss-120b"],
2324
mode="pointwise",
2425
dataset_adapter=function_calling_to_evaluation_row,
2526
rollout_processor=default_single_turn_rollout_processor,

0 commit comments

Comments
 (0)