Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eval-banana/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ agent = "codex"

# Override the agent's default model. Format is agent-specific.
# Env: EVAL_BANANA_HARNESS_MODEL
model = "gpt-5.4"
model = "gpt-5.5"

# Agent-specific reasoning-effort level. Common values: "low", "medium", "high".
# Not all agents honor this. Env: EVAL_BANANA_HARNESS_REASONING_EFFORT
Expand Down
4 changes: 2 additions & 2 deletions .team-harness/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
provider = "codex"

# Model name passed to the coordinator API.
model = "gpt-5.4"
model = "gpt-5.5"

# Base URL for the coordinator API.
api_base = "https://openrouter.ai/api/v1"
Expand Down Expand Up @@ -79,7 +79,7 @@ shared_flags = [
resume_prefix = ["resume"]
resume_flags = ["{session_id}"]
model_flag = "--model"
default_model = "gpt-5.4"
default_model = "gpt-5.5"
reasoning_effort_flag = ["-c", "model_reasoning_effort={effort}"]
# reasoning_effort = "high" # uncomment to pin a level (low|medium|high|xhigh)

Expand Down
Loading