mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-09 02:24:39 +02:00
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