nodejs-whisper
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -0,2 +1,4 @@ | ||
#! /usr/bin/env node | ||
"use strict"; | ||
// npx nodejs-whisper download | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
@@ -94,2 +96,4 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
exports.default = downloadModel; | ||
// run on npx nodejs-whisper download | ||
downloadModel(); | ||
//# sourceMappingURL=downloadModel.js.map |
{ | ||
"name": "nodejs-whisper", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Node bindings for OpenAI's Whisper. Optimized for CPU.", | ||
@@ -9,2 +9,5 @@ "main": "dist/index.js", | ||
}, | ||
"bin": { | ||
"download": "dist/downloadModel.js" | ||
}, | ||
"repository": { | ||
@@ -11,0 +14,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3835460
3981