mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-16 03:49:42 +00:00
added newline
This commit is contained in:
parent
11cd7c7bb0
commit
f0383c6f8d
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ tts_generation_outputs ttstype_generate(const tts_generation_inputs inputs)
|
|||
{
|
||||
if(ttsdebugmode==1 || !inputs.quiet)
|
||||
{
|
||||
printf("\nReusing Cached Audio.");
|
||||
printf("\nReusing Cached Audio.\n");
|
||||
output.data = last_generated_audio.c_str();
|
||||
output.status = 1;
|
||||
return output;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue