mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 03:30:20 +00:00
updated lite
This commit is contained in:
parent
0d50cafd8b
commit
e7ffe718f0
1 changed files with 1 additions and 1 deletions
|
|
@ -18698,7 +18698,7 @@ Current version indicated by LITEVER below.
|
|||
<div><input type="checkbox" id="embedtts" title="Insert TTS into Story"><div class="box-label">Embed into story</div></div>
|
||||
</div>`;
|
||||
}
|
||||
inputBox(speakprompt,"Manual Prompt Text-To-Speech","","Input text to speak", ()=>{
|
||||
inputBox(speakprompt,"Manual Prompt Text-To-Speech","","Input text to speak\nOn supported models, you can also add an instruction in [square brackets] before the text.\nE.g. [Angry woman shouting] Save the kobold!", ()=>{
|
||||
let userinput = getInputBoxValue();
|
||||
let downloadtts = false;
|
||||
let embedtts = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue