mirror of
https://github.com/openai/codex.git
synced 2026-03-05 21:45:28 +03:00
[core] Enable fast mode by default (#13450)
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -708,8 +708,8 @@ pub const FEATURES: &[FeatureSpec] = &[
|
||||
FeatureSpec {
|
||||
id: Feature::FastMode,
|
||||
key: "fast_mode",
|
||||
stage: Stage::UnderDevelopment,
|
||||
default_enabled: false,
|
||||
stage: Stage::Stable,
|
||||
default_enabled: true,
|
||||
},
|
||||
FeatureSpec {
|
||||
id: Feature::VoiceTranscription,
|
||||
|
||||
Reference in New Issue
Block a user