Skip to content

Commit 19f9b05

Browse files
author
Dylan Huang
authored
Update model path in pytest configuration to use gpt-oss-20b for testing adjustments (#63)
1 parent af5e798 commit 19f9b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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/gpt-oss-120b"],
23+
model=["fireworks_ai/accounts/fireworks/models/gpt-oss-20b"],
2424
mode="pointwise",
2525
mcp_config_path="tests/pytest/mcp_configurations/mock_discord_mcp_config.json",
2626
)

0 commit comments

Comments
 (0)