Skip to content

Commit bdb77c0

Browse files
authored
Fix Copilot hover model selection (#14113)
1 parent bb42f2f commit bdb77c0

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)