mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Merge pull request #966 from microsoft/isidorn/legitimate-hawk
Isidorn/legitimate hawk
This commit is contained in:
@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user