Skip to content

Commit ffd6e1e

Browse files
committed
feat: update test script
1 parent a543b4b commit ffd6e1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test-all-models.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ update_config "full"
153153
test_model "gpt-5.1-codex-low" "gpt-5.1-codex" "low" "auto" "medium"
154154
test_model "gpt-5.1-codex-medium" "gpt-5.1-codex" "medium" "auto" "medium"
155155
test_model "gpt-5.1-codex-high" "gpt-5.1-codex" "high" "detailed" "medium"
156+
test_model "gpt-5.1-codex-max" "gpt-5.1-codex-max" "high" "detailed" "medium"
157+
test_model "gpt-5.1-codex-max-xhigh" "gpt-5.1-codex-max" "xhigh" "detailed" "medium"
156158

157159
# GPT 5.1 Codex Mini presets (medium/high only)
158160
test_model "gpt-5.1-codex-mini-medium" "gpt-5.1-codex-mini" "medium" "auto" "medium"

0 commit comments

Comments
 (0)