Skip to content

Commit adae8f6

Browse files
author
Dylan Huang
committed
Update model path in pytest configuration to use gpt-oss-120b for improved performance
1 parent 287897d commit adae8f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pytest/test_pytest_mcp_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
]
2121
],
2222
rollout_processor=default_agent_rollout_processor,
23-
model=["fireworks_ai/accounts/fireworks/models/kimi-k2-instruct"],
23+
model=["fireworks_ai/accounts/fireworks/models/gpt-oss-120b"],
2424
mode="pointwise",
2525
mcp_config_path="tests/pytest/mcp_configurations/mock_discord_mcp_config.json",
2626
)

0 commit comments

Comments
 (0)