fix: make codex-mini-latest the default model in the Rust TUI (#972)
It's time to make `codex-mini-latest` the new default, as this should be an "evergreen" model pointer. * Equivalent change in TypeScript https://github.com/openai/codex/pull/951 * See some notes about using `codex-mini-latest` with MCP in https://github.com/openai/codex/pull/961
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user