Skip to content

Commit 7dafec8

Browse files
committed
- print("model_id from eval_protocol: ", model_id)
1 parent 4759b68 commit 7dafec8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eval_protocol/pytest/default_mcp_gym_rollout_processor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ def __call__(self, rows: List[EvaluationRow], config: RolloutProcessorConfig) ->
240240
model_id = str(
241241
(config.completion_params.get("model") if config.completion_params else None) or "gpt-4o-mini"
242242
)
243-
print("model_id from eval_protocol: ", model_id)
244243
temperature = config.completion_params.get("temperature", 0.0)
245244
max_tokens = config.completion_params.get("max_tokens", 4096)
246245

0 commit comments

Comments
 (0)