You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div class="justifyleft settingsmall" style="width:100%">Your Name <span class="helpicon">?<span class="helptext">The name the AI will see you as</span></span></div>
<div class="justifyleft settingsmall" style="width:100%">AI Name <span class="helpicon">?<span class="helptext">Name of the person(s) you want to chat with. Multiple opponents can be specified, creating a group chat, separate their names using multiple lines.</span></span></div>
<input class="settinglabel miniinput" style="height:18px;" type="text" placeholder="(Enter Name)" value="" id="chatname" title="The name that you will be chatting as">
<textarea class="settinglabel miniinput" style="resize: none;overflow:hidden;" id="chatopponent" placeholder="(Auto)" rows="1" wrap="off" title="The name of the person you want to chat with" oninput="handle_bot_name_input()" onchange="handle_bot_name_onchange()"></textarea>
17096
+
</div>
17097
+
</div>
17098
+
</div>
17099
+
</div>
17100
+
<div class="settinglabel" style="width:100%">
17101
+
<button type="button" class="btn btn-primary" style="padding:2px 4px;margin:2px;margin-left:auto;font-size:11px;" onclick="add_another_participant()">Add Another Participant</button>
<div class="justifyleft settingsmall" style="width:100%">Your Name <span class="helpicon">?<span class="helptext">The name the AI will see you as</span></span></div>
<div class="justifyleft settingsmall" style="width:100%">AI Name <span class="helpicon">?<span class="helptext">Name of the person(s) you want to chat with. Multiple opponents can be specified, creating a group chat, separate their names using multiple lines.</span></span></div>
<input class="settinglabel miniinput" style="height:18px;" type="text" placeholder="(Enter Name)" value="" id="chatname" title="The name that you will be chatting as">
<textarea class="settinglabel miniinput" style="resize: none;overflow:hidden;" id="chatopponent" placeholder="(Auto)" rows="1" wrap="off" title="The name of the person you want to chat with" oninput="handle_bot_name_input()" onchange="handle_bot_name_onchange()"></textarea>
17124
-
</div>
17125
-
</div>
17126
-
</div>
17127
-
</div>
17128
-
<div class="settinglabel" style="width:100%">
17129
-
<button type="button" class="btn btn-primary" style="padding:2px 4px;margin:2px;margin-left:auto;font-size:11px;" onclick="add_another_participant()">Add Another Participant</button>
<div class="justifyleft settingsmall">Speech Control <span class="helpicon">?<span class="helptext">Requires KoboldCpp with Whisper model loaded. Enables Speech-To-Text voice input. Automatically listens for speech in 'On' mode (Voice Detection), or use Push-To-Talk (PTT).</span></span></div>
17559
17563
<select title="Speech Control Mode" style="padding:1px; height:auto; font-size: 8pt;" class="form-control" id="voice_typing_mode">
17560
17564
<option value="0">Off</option>
@@ -17572,10 +17576,12 @@ Current version indicated by LITEVER below.
17572
17576
<div class="settingitem wide">
17573
17577
<div style="font-size:12px;">
17574
17578
<div class="settingsdesctxt">Style tags to use for generating images:<br>(E.g. Sketch, Realistic, Anime, 3D Render, Drawing)<br></div>
<input title="Negative Prompt" style="width:calc(100% - 110px);" type="text" placeholder="Default Negative Prompt. Put "none" to skip" value="" id="negpromptinput">
17584
+
</div>
17579
17585
<div class="inlinelabel">
17580
17586
<div class="justifyleft" style="padding:4px">Number of Steps: </div>
17581
17587
<input title="Number of Steps" type="text" inputmode="decimal" id="img_steps" style="width:60px">
@@ -17672,17 +17678,9 @@ Current version indicated by LITEVER below.
17672
17678
class="helptext">If enabled, renders special tags like EOS and padding tokens. Not recommended.</span></span></div>
17673
17679
<input title="Render Special Tags" type="checkbox" id="render_special_tags" style="margin:0px 0px 0px auto;">
17674
17680
</div>
17675
-
<div class="settinglabel">
17676
-
<div class="justifyleft settingsmall">Run In Background <span class="helpicon">?<span
17677
-
class="helptext">Prevents the browser from suspending KoboldAI Lite by playing a silent audio track. This setting cannot be saved.</span></span></div>
17678
-
<input title="Run In Background" type="checkbox" id="run_in_background" style="margin:0px 0px 0px auto;">
17679
-
</div>
17680
-
<div class="settinglabel">
17681
-
<div class="justifyleft settingsmall">User Mods <span class="helpicon">?<span class="helptext">Allows you to load third-party user created mods (caution).</span></span></div>
class="helptext">If enabled, prompts the user to choose what mode to import a character card in. If disabled, automatically picks chat mode.</span></span></div>
<div class="justifyleft settingsmall">Run In Background <span class="helpicon">?<span
17715
+
class="helptext">Prevents the browser from suspending KoboldAI Lite by playing a silent audio track. This setting cannot be saved.</span></span></div>
17716
+
<input title="Run In Background" type="checkbox" id="run_in_background" style="margin:0px 0px 0px auto;">
17717
+
</div>
17718
+
<div class="settinglabel">
17719
+
<div class="justifyleft settingsmall">User Mods <span class="helpicon">?<span class="helptext">Allows you to load third-party user created mods (caution).</span></span></div>
0 commit comments