mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
update docs, added gui for whisper
This commit is contained in:
parent
961c789c91
commit
a65e0800ab
5 changed files with 584 additions and 158 deletions
|
@ -230,7 +230,7 @@ whisper_generation_outputs whispertype_generate(const whisper_generation_inputs
|
|||
wparams.print_timestamps = false;
|
||||
wparams.print_special = false;
|
||||
wparams.translate = false;
|
||||
wparams.language = "en";
|
||||
wparams.language = "auto";
|
||||
wparams.detect_language = false;
|
||||
wparams.n_threads = 4;
|
||||
wparams.n_max_text_ctx = wparams.n_max_text_ctx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue