forked from extern/whisper.cpp
node : add max_len params in node addon (#2760)
This commit is contained in:
@ -18,6 +18,7 @@ const whisperParams = {
|
||||
translate: true,
|
||||
no_timestamps: false,
|
||||
audio_ctx: 0,
|
||||
max_len: 0,
|
||||
};
|
||||
|
||||
const arguments = process.argv.slice(2);
|
||||
|
Reference in New Issue
Block a user