File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -150,11 +150,13 @@ update_config() {
150150update_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)
160162test_model " gpt-5.1-codex-mini-medium" " gpt-5.1-codex-mini" " medium" " auto" " medium"
You can’t perform that action at this time.
0 commit comments