mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-13 12:38:08 +00:00
node : add additional params (#2000)
* Add additional params to addon.node * Add comma_in_time as parameter * Fix tests
This commit is contained in:
@ -12,6 +12,9 @@ const whisperParamsMock = {
|
||||
model: path.join(__dirname, "../../../models/ggml-base.en.bin"),
|
||||
fname_inp: path.join(__dirname, "../../../samples/jfk.wav"),
|
||||
use_gpu: true,
|
||||
no_prints: true,
|
||||
comma_in_time: false,
|
||||
translate: true,
|
||||
no_timestamps: false,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user