From e5968e268222e3c416ef443ae7f3de2da488dfc5 Mon Sep 17 00:00:00 2001
From: Cohee <18619528+Cohee1207@users.noreply.github.com>
Date: Mon, 1 Jan 2024 23:33:32 +0200
Subject: [PATCH] Fix description
---
public/index.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/public/index.html b/public/index.html
index 9e2a183b7..c475a5f11 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1550,14 +1550,14 @@
Use the appropriate tokenizer for Google models via their API. Slower prompt processing, but offers much more accurate token counting.
-
+
-
+
- Exclude Human/Assistant prefixes from being added to the prompt, except very first/last message and Assistant suffix.
+ Exclude Human/Assistant prefixes from being added to the prompt, except very first/last message, system prompt Human message and Assistant suffix.
Requires 'Add character names' checked.
@@ -1565,7 +1565,7 @@
Exclude Assistant suffix
-
+
Exclude the assistant suffix from being added to the end of prompt. Requires jailbreak with 'Assistant:' in it.
@@ -1580,7 +1580,7 @@
Use system prompt (Claude 2.1+ only)
-
+
Exclude the 'Human: ' prefix from being added to the beginning of the prompt.
Instead, place it between the system prompt and the first message with the role 'assistant' (right before 'Chat History' by default).