File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Both the `--config` flag and the `config.toml` file support the following option
17
17
The model that Codex should use.
18
18
19
19
``` toml
20
- model = " o3" # overrides the default of "codex-mini-latest "
20
+ model = " o3" # overrides the default of "gpt-5 "
21
21
```
22
22
23
23
## model_providers
@@ -213,7 +213,7 @@ Users can specify config values at multiple levels. Order of precedence is as fo
213
213
1 . custom command-line argument, e.g., ` --model o3 `
214
214
2 . as part of a profile, where the ` --profile ` is specified via a CLI (or in the config file itself)
215
215
3 . as an entry in ` config.toml ` , e.g., ` model = "o3" `
216
- 4 . the default value that comes with Codex CLI (i.e., Codex CLI defaults to ` codex-mini-latest ` )
216
+ 4 . the default value that comes with Codex CLI (i.e., Codex CLI defaults to ` gpt-5 ` )
217
217
218
218
## model_reasoning_effort
219
219
You can’t perform that action at this time.
0 commit comments