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:
@@ -828,13 +828,6 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get realtime => 'Realtime';
|
||||
|
||||
@override
|
||||
String get hideProviderInModelNames => 'Hide provider in model names';
|
||||
|
||||
@override
|
||||
String get hideProviderInModelNamesDescription =>
|
||||
'Show names like \"gpt-4o\" instead of \"openai/gpt-4o\".';
|
||||
|
||||
@override
|
||||
String get transportMode => 'Transport mode';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user