Merge pull request #966 from microsoft/isidorn/legitimate-hawk

Isidorn/legitimate hawk
This commit is contained in:
Isidor Nikolic
2024-02-22 17:04:03 +01:00
committed by GitHub

View File

@ -8,7 +8,7 @@ interface ICatChatResult extends vscode.ChatResult {
}
}
const LANGUAGE_MODEL_ID = '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) {