Skip to content

Commit 62824b1

Browse files
committed
print("model_id from eval_protocol: ", model_id)
1 parent c1b06d4 commit 62824b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eval_protocol/pytest/default_mcp_gym_rollout_processor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ def __call__(self, rows: List[EvaluationRow], config: RolloutProcessorConfig) ->
225225
model_id = str(
226226
(config.completion_params.get("model") if config.completion_params else None) or "gpt-4o-mini"
227227
)
228+
print("model_id from eval_protocol: ", model_id)
228229
temperature = config.completion_params.get("temperature", 0.0)
229230
max_tokens = config.completion_params.get("max_tokens", 4096)
230231

0 commit comments

Comments
 (0)