From c54e87fd1d593a8172017b451db71dd49e5a3f60 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Mon, 8 May 2023 03:15:23 +0900 Subject: [PATCH] clarified OpenAI settings panel checkbox descriptions --- public/index.html | 44 ++++++++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/public/index.html b/public/index.html index 902bd4494..971498738 100644 --- a/public/index.html +++ b/public/index.html @@ -727,32 +727,44 @@
-
- -
-
- -
NSFW block goes first in the resulting prompt
-
-
Inserts jailbreak as a last system message
+
+ Inserts jailbreak as a last system message.
+ This tells the AI to ignore its usual content restrictions. +
+
+ +
+ Tell the AI that NSFW is allowed. +
+
+
+ +
+ NSFW prompt text goes first in the prompt to emphasize its effect. +
+
+
-
Enables OpenAI completion streaming
+
+ Display the response bit by bit as it is generated.
+ When this is off, responses will be displayed all at once when they are complete. +
- Wrap entire user message in quotes before sending. + Wrap entire user message in quotes before sending.
Leave off if you use quotes manually for speech.