mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
improved tool calls and whisper
This commit is contained in:
parent
836c06d91a
commit
e9d2332dd8
4 changed files with 243 additions and 305 deletions
|
@ -251,6 +251,7 @@ whisper_generation_outputs whispertype_generate(const whisper_generation_inputs
|
|||
wparams.debug_mode = false;
|
||||
wparams.tdrz_enable = false;
|
||||
wparams.suppress_regex = nullptr;
|
||||
wparams.suppress_non_speech_tokens = inputs.suppress_non_speech;
|
||||
wparams.initial_prompt = initprompt.c_str();
|
||||
wparams.greedy.best_of = -1;
|
||||
wparams.beam_search.beam_size = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue