refactor: remove omitProviderInModelName functionality and related localization
- Removed the omitProviderInModelName key from PreferenceKeys and its associated logic throughout the codebase. - Updated SettingsService and AppSettings to eliminate references to the omitted provider functionality. - Cleaned up related localization strings in multiple languages to reflect the removal of this feature. - Enhanced code clarity and maintainability by streamlining settings management.
This commit is contained in:
@@ -843,14 +843,6 @@ class AppLocalizationsFr extends AppLocalizations {
|
||||
@override
|
||||
String get realtime => 'Temps réel';
|
||||
|
||||
@override
|
||||
String get hideProviderInModelNames =>
|
||||
'Masquer le fournisseur dans les noms de modèles';
|
||||
|
||||
@override
|
||||
String get hideProviderInModelNamesDescription =>
|
||||
'Afficher des noms comme \"gpt-4o\" au lieu de \"openai/gpt-4o\".';
|
||||
|
||||
@override
|
||||
String get transportMode => 'Mode de transport';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user