Copilot testing

This commit is contained in:
Elio Struyf
2025-02-26 20:28:52 +01:00
parent 5e258ac218
commit ddefb9f138
+3 -1
View File
@@ -263,7 +263,9 @@ Example: SEO, website optimization, digital marketing.`
* @returns A Promise that resolves to the chat model.
*/
private static async getModel(retry = 0): Promise<LanguageModelChat | undefined> {
// const models = await lm.selectChatModels();
// const models = await lm.selectChatModels({
// vendor: 'copilot'
// });
// console.log(models);
const [model] = await lm.selectChatModels({
vendor: 'copilot',