Skip to content

Commit 90c3a56

Browse files
authored
fix: set gpt-5-codex medium preset reasoning (#4335)
Otherwise it shows up as none, see #4321
1 parent a325469 commit 90c3a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codex-rs/common/src/model_presets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const PRESETS: &[ModelPreset] = &[
2929
label: "gpt-5-codex medium",
3030
description: "",
3131
model: "gpt-5-codex",
32-
effort: None,
32+
effort: Some(ReasoningEffort::Medium),
3333
},
3434
ModelPreset {
3535
id: "gpt-5-codex-high",

0 commit comments

Comments
 (0)