in src/nodes/shared/chat-template-generator.ts [32:42]
async downloadFile(params: {
repo: RepoDesignation;
path: string;
credentials?: {
accessToken: string;
};
}) {
// @ts-ignore
const hfHUB = await import("https://esm.sh/@huggingface/hub");
return hfHUB.downloadFile(params);
}