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:
@@ -832,14 +832,6 @@ class AppLocalizationsIt extends AppLocalizations {
|
||||
@override
|
||||
String get realtime => 'Tempo reale';
|
||||
|
||||
@override
|
||||
String get hideProviderInModelNames =>
|
||||
'Nascondi provider nei nomi dei modelli';
|
||||
|
||||
@override
|
||||
String get hideProviderInModelNamesDescription =>
|
||||
'Mostra nomi come \"gpt-4o\" invece di \"openai/gpt-4o\".';
|
||||
|
||||
@override
|
||||
String get transportMode => 'Modalità di trasporto';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user