language_models: Remove language-models feature flag (#29416)

This PR removes the `language-models` feature flag.

This feature is already generally available, so we no longer need the
feature flag.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-04-25 10:18:48 -04:00 committed by GitHub
parent 357e38b471
commit 9be7bf72a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 26 deletions

View file

@ -64,11 +64,6 @@ impl FeatureFlag for PredictEditsRateCompletionsFeatureFlag {
const NAME: &'static str = "predict-edits-rate-completions";
}
pub struct LanguageModelsFeatureFlag {}
impl FeatureFlag for LanguageModelsFeatureFlag {
const NAME: &'static str = "language-models";
}
pub struct LlmClosedBetaFeatureFlag {}
impl FeatureFlag for LlmClosedBetaFeatureFlag {
const NAME: &'static str = "llm-closed-beta";