updated lite

This commit is contained in:
Concedo 2026-03-23 19:01:02 +08:00
parent 0d50cafd8b
commit e7ffe718f0

View file

@ -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;