Skip to content

Commit 137eb3a

Browse files
committed
Removes experimental text
1 parent 51d2022 commit 137eb3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ai/aiProviderService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ async function confirmAIProviderToS<Provider extends AIProviders>(
555555
const acceptAlways: MessageItem = { title: 'Always' };
556556
const decline: MessageItem = { title: 'Cancel', isCloseAffordance: true };
557557
const result = await window.showInformationMessage(
558-
`GitLens experimental AI features require sending a diff of the code changes to ${model.provider.name} for analysis. This may contain sensitive information.\n\nDo you want to continue?`,
558+
`GitLens AI features require sending a diff of the code changes to ${model.provider.name} for analysis. This may contain sensitive information.\n\nDo you want to continue?`,
559559
{ modal: true },
560560
accept,
561561
acceptWorkspace,

src/quickpicks/aiModelPicker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export async function showAIModelPicker(
6666
);
6767

6868
quickpick.title = 'Choose AI Model';
69-
quickpick.placeholder = 'Select an AI model to use for experimental AI features';
69+
quickpick.placeholder = 'Select an AI model to use';
7070
quickpick.matchOnDescription = true;
7171
quickpick.matchOnDetail = true;
7272
quickpick.buttons = [ResetAIKeyButton];

0 commit comments

Comments
 (0)