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 {
|
FeatureSpec {
|
||||||
id: Feature::FastMode,
|
id: Feature::FastMode,
|
||||||
key: "fast_mode",
|
key: "fast_mode",
|
||||||
stage: Stage::UnderDevelopment,
|
stage: Stage::Stable,
|
||||||
default_enabled: false,
|
default_enabled: true,
|
||||||
},
|
},
|
||||||
FeatureSpec {
|
FeatureSpec {
|
||||||
id: Feature::VoiceTranscription,
|
id: Feature::VoiceTranscription,
|
||||||
|
|||||||
Reference in New Issue
Block a user