Skip to content

Commit ddefb9f

Browse files
committed
Copilot testing
1 parent 5e258ac commit ddefb9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/services/Copilot.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,9 @@ Example: SEO, website optimization, digital marketing.`
263263
* @returns A Promise that resolves to the chat model.
264264
*/
265265
private static async getModel(retry = 0): Promise<LanguageModelChat | undefined> {
266-
// const models = await lm.selectChatModels();
266+
// const models = await lm.selectChatModels({
267+
// vendor: 'copilot'
268+
// });
267269
// console.log(models);
268270
const [model] = await lm.selectChatModels({
269271
vendor: 'copilot',

0 commit comments

Comments
 (0)