Skip to content

Commit ca240e2

Browse files
authored
Merge branch 'main' into feature/attach-by-program-name
2 parents d65120d + bdb77c0 commit ca240e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export const isLinux = OperatingSystem === 'linux';
1515
export const verboseEnabled = false;
1616

1717
// Model selector for Copilot features
18-
export const modelSelector = { vendor: 'copilot', family: 'gpt-4' };
18+
export const modelSelector = { vendor: 'copilot' };

0 commit comments

Comments
 (0)