From 84283bc2b49b9cc3aad7bbbb0c6a1efaf4644c59 Mon Sep 17 00:00:00 2001 From: Cohee Date: Fri, 4 Aug 2023 14:17:05 +0300 Subject: [PATCH] Add "Best match" tokenizer option --- default/settings.json | 2 +- public/index.html | 7 ++++--- public/script.js | 25 ++++++++++++++++++++++++- public/scripts/power-user.js | 3 ++- 4 files changed, 31 insertions(+), 6 deletions(-) diff --git a/default/settings.json b/default/settings.json index 09e42ad90..ddf021549 100644 --- a/default/settings.json +++ b/default/settings.json @@ -59,7 +59,7 @@ "trusted_workers_only": false }, "power_user": { - "tokenizer": 3, + "tokenizer": 99, "token_padding": 64, "collapse_newlines": false, "pygmalion_formatting": 0, diff --git a/public/index.html b/public/index.html index 9b66b8a56..eb4d99024 100644 --- a/public/index.html +++ b/public/index.html @@ -1556,11 +1556,11 @@