Remove obsolete jailbreak toggle.
This commit is contained in:
parent
beedd9952a
commit
a627f684d2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue