mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-13 02:19:41 +00:00
if quiet mode just show transcription event without text
This commit is contained in:
parent
813cf829b5
commit
1ad56e9b6b
1 changed files with 2 additions and 0 deletions
|
@ -269,6 +269,8 @@ whisper_generation_outputs whispertype_generate(const whisper_generation_inputs
|
|||
if(!inputs.quiet)
|
||||
{
|
||||
printf("\nWhisper Transcribe Output: %s",whisper_output_text.c_str());
|
||||
} else {
|
||||
printf("\nWhisper Transcribe Done.");
|
||||
}
|
||||
output.text = whisper_output_text.c_str();
|
||||
output.status = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue