We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a325469 commit 90c3a56Copy full SHA for 90c3a56
codex-rs/common/src/model_presets.rs
@@ -29,7 +29,7 @@ const PRESETS: &[ModelPreset] = &[
29
label: "gpt-5-codex medium",
30
description: "",
31
model: "gpt-5-codex",
32
- effort: None,
+ effort: Some(ReasoningEffort::Medium),
33
},
34
ModelPreset {
35
id: "gpt-5-codex-high",
0 commit comments