fix(codex-rs): use codex-mini-latest as default (#1164)

This commit is contained in:
Fouad Matin
2025-05-29 16:55:19 -07:00
committed by GitHub
parent 92957c47fb
commit 828e2062c2
4 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ The `config.toml` file supports the following options:
The model that Codex should use.
```toml
model = "o3" # overrides the default of "o4-mini"
model = "o3" # overrides the default of "codex-mini-latest"
```
### model_provider
@@ -155,7 +155,7 @@ Users can specify config values at multiple levels. Order of precedence is as fo
1. custom command-line argument, e.g., `--model o3`
2. as part of a profile, where the `--profile` is specified via a CLI (or in the config file itself)
3. as an entry in `config.toml`, e.g., `model = "o3"`
4. the default value that comes with Codex CLI (i.e., Codex CLI defaults to `o4-mini`)
4. the default value that comes with Codex CLI (i.e., Codex CLI defaults to `codex-mini-latest`)
### sandbox_permissions