From ef371e365037165b40982ece9af01b4bb2ecae18 Mon Sep 17 00:00:00 2001 From: isidor Date: Thu, 22 Feb 2024 16:58:20 +0100 Subject: [PATCH] comment --- chat-sample/src/extension.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat-sample/src/extension.ts b/chat-sample/src/extension.ts index 63acf1bd..1ea5c582 100644 --- a/chat-sample/src/extension.ts +++ b/chat-sample/src/extension.ts @@ -8,7 +8,7 @@ interface ICatChatResult extends vscode.ChatResult { } } -const LANGUAGE_MODEL_ID = 'copilot-gpt-3.5-turbo'; // 'copilot-gpt-4' +const LANGUAGE_MODEL_ID = 'copilot-gpt-3.5-turbo'; // Use faster model. Alternative is 'copilot-gpt-4', which is slower but more powerful export function activate(context: vscode.ExtensionContext) {