fix: set gpt-5-codex medium preset reasoning (#4335)
Otherwise it shows up as none, see https://github.com/openai/codex/issues/4321
This commit is contained in:
committed by
GitHub
parent
a3254696c8
commit
90c3a5650c
@@ -29,7 +29,7 @@ const PRESETS: &[ModelPreset] = &[
|
||||
label: "gpt-5-codex medium",
|
||||
description: "",
|
||||
model: "gpt-5-codex",
|
||||
effort: None,
|
||||
effort: Some(ReasoningEffort::Medium),
|
||||
},
|
||||
ModelPreset {
|
||||
id: "gpt-5-codex-high",
|
||||
|
||||
Reference in New Issue
Block a user