Remove obsolete jailbreak toggle.

This commit is contained in:
maver 2023-06-03 17:38:19 +02:00
parent beedd9952a
commit a627f684d2
1 changed files with 1 additions and 15 deletions

View File

@ -1257,21 +1257,7 @@
<div id="openai_settings">
<div class="">
<div class="range-block">
<label title="Inserts jailbreak as a last system message" class="checkbox_label widthFreeExpand" data-i18n="[title]Inserts jailbreak as a last system message">
<input id="jailbreak_system" type="checkbox" />
<span data-i18n="Send Jailbreak">
Send Jailbreak
</span>
</label>
<div class="toggle-description justifyLeft">
<span data-i18n="Inserts jailbreak as a last system message.">Inserts
jailbreak as a last system message.</span><br>
<span data-i18n="This tells the AI to ignore its usual content restrictions.">This
tells the AI to ignore its usual content restrictions.</span>
</div>
</div>
<div class="range-block">
<label for="stream_toggle" title="Enables OpenAI completion streaming" class="checkbox_label widthFreeExpand" data-i18n="[title]Enables OpenAI completion streaming">
<label for="stream_toggle" title="Enables OpenAI completion streaming" class="checkbox_label widthFreeExpand">
<input id="stream_toggle" type="checkbox" /><span data-i18n="Streaming">
Streaming</span>
</label>