clarified OpenAI settings panel checkbox descriptions

This commit is contained in:
RossAscends
2023-05-08 03:15:23 +09:00
parent b0c1e608a7
commit c54e87fd1d

View File

@@ -727,32 +727,44 @@
</div> </div>
<div id="openai_settings"> <div id="openai_settings">
<div class=""> <div class="">
<div class="range-block">
<label class="checkbox_label" for="nsfw_toggle">
<input id="nsfw_toggle" type="checkbox" checked>
NSFW Toggle
</label>
</div>
<div class="range-block">
<label title="NSFW block goes first in the resulting prompt" class="checkbox_label widthFreeExpand">
<input id="nsfw_first" type="checkbox" />
NSFW first
</label>
<div class="toggle-description justifyLeft">NSFW block goes first in the resulting prompt</div>
</div>
<div class="range-block"> <div class="range-block">
<label title="Inserts jailbreak as a last system message" class="checkbox_label widthFreeExpand"> <label title="Inserts jailbreak as a last system message" class="checkbox_label widthFreeExpand">
<input id="jailbreak_system" type="checkbox" /> <input id="jailbreak_system" type="checkbox" />
Send Jailbreak Send Jailbreak
</label> </label>
<div class="toggle-description justifyLeft">Inserts jailbreak as a last system message</div> <div class="toggle-description justifyLeft">
Inserts jailbreak as a last system message.<br>
This tells the AI to ignore its usual content restrictions.
</div> </div>
</div>
<div class="range-block">
<label class="checkbox_label widthFreeExpand" for="nsfw_toggle">
<input id="nsfw_toggle" type="checkbox" checked>
NSFW Encouraged
</label>
<div class="toggle-description justifyLeft">
Tell the AI that NSFW is allowed.
</div>
</div>
<div class="range-block">
<label title="NSFW block goes first in the resulting prompt" class="checkbox_label widthFreeExpand">
<input id="nsfw_first" type="checkbox" />
NSFW Prioritized
</label>
<div class="toggle-description justifyLeft">
NSFW prompt text goes first in the prompt to emphasize its effect.
</div>
</div>
<div class="range-block"> <div class="range-block">
<label for="stream_toggle" title="Enables OpenAI completion streaming" class="checkbox_label widthFreeExpand"> <label for="stream_toggle" title="Enables OpenAI completion streaming" class="checkbox_label widthFreeExpand">
<input id="stream_toggle" type="checkbox" /> <input id="stream_toggle" type="checkbox" />
Streaming Streaming
</label> </label>
<div class="toggle-description justifyLeft">Enables OpenAI completion streaming</div> <div class="toggle-description justifyLeft">
Display the response bit by bit as it is generated.<br>
When this is off, responses will be displayed all at once when they are complete.
</div>
</div> </div>
<div class="range-block"> <div class="range-block">
<label title="Use OAI knowledge base to enhance definitions for public figures and known fictional characters" class="checkbox_label widthFreeExpand"> <label title="Use OAI knowledge base to enhance definitions for public figures and known fictional characters" class="checkbox_label widthFreeExpand">
@@ -769,7 +781,7 @@
Wrap in Quotes Wrap in Quotes
</label> </label>
<div class="toggle-description justifyLeft"> <div class="toggle-description justifyLeft">
Wrap entire user message in quotes before sending. Wrap entire user message in quotes before sending.<br>
Leave off if you use quotes manually for speech. Leave off if you use quotes manually for speech.
</div> </div>
</div> </div>