We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb42f2f commit bdb77c0Copy full SHA for bdb77c0
Extension/src/constants.ts
@@ -15,4 +15,4 @@ export const isLinux = OperatingSystem === 'linux';
15
export const verboseEnabled = false;
16
17
// Model selector for Copilot features
18
-export const modelSelector = { vendor: 'copilot', family: 'gpt-4' };
+export const modelSelector = { vendor: 'copilot' };
0 commit comments