Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 authored Feb 27, 2024
1 parent 9bd6ee4 commit 41e6018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/api/browser/mainThreadChatProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class MainThreadChatProvider implements MainThreadChatProviderShape {
}
dipsosables.add(Registry.as<IExtensionFeaturesRegistry>(Extensions.ExtensionFeaturesRegistry).registerExtensionFeature({
id: `lm-${identifier}`,
label: localize('languageModels', "Language Model ({0})", `${identifier}-${metadata.model}`),
label: localize('languageModels', "Language Model ({0})", `${identifier}`),
access: {
canToggle: false,
},
Expand Down

0 comments on commit 41e6018

Please sign in to comment.