Skip to content

Commit 88db8e6

Browse files
committed
fix: add missing models
1 parent 622aa9d commit 88db8e6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

scripts/test-all-models.sh

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,13 @@ update_config() {
150150
update_config "full"
151151

152152
# GPT 5.1 Codex presets
153-
test_model "gpt-5.1-codex-low" "gpt-5.1-codex" "low" "auto" "medium"
154-
test_model "gpt-5.1-codex-medium" "gpt-5.1-codex" "medium" "auto" "medium"
155-
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"
153+
test_model "gpt-5.1-codex-low" "gpt-5.1-codex" "low" "auto" "medium"
154+
test_model "gpt-5.1-codex-medium" "gpt-5.1-codex" "medium" "auto" "medium"
155+
test_model "gpt-5.1-codex-high" "gpt-5.1-codex" "high" "detailed" "medium"
156+
test_model "gpt-5.1-codex-max-low" "gpt-5.1-codex-max" "low" "detailed" "medium"
157+
test_model "gpt-5.1-codex-max-medium" "gpt-5.1-codex-max" "medium" "detailed" "medium"
158+
test_model "gpt-5.1-codex-max-high" "gpt-5.1-codex-max" "high" "detailed" "medium"
159+
test_model "gpt-5.1-codex-max-xhigh" "gpt-5.1-codex-max" "xhigh" "detailed" "medium"
158160

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

0 commit comments

Comments
 (0)