dtamind-components
Version:
DTAmindai Components
18 lines • 520 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class HuggingFaceApi {
constructor() {
this.label = 'HuggingFace API';
this.name = 'huggingFaceApi';
this.version = 1.0;
this.inputs = [
{
label: 'HuggingFace Api Key',
name: 'huggingFaceApiKey',
type: 'password'
}
];
}
}
module.exports = { credClass: HuggingFaceApi };
//# sourceMappingURL=HuggingFaceApi.credential.js.map