From 6e5eea5dba99d1046c473fb341a9dfc659458992 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 10 Dec 2023 15:56:38 +0200 Subject: [PATCH] Unbreak previously selected API tokenizer in dropdown --- public/index.html | 2 +- public/scripts/tokenizers.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 8549d6194..da5b6e0cb 100644 --- a/public/index.html +++ b/public/index.html @@ -2438,7 +2438,7 @@ - +
diff --git a/public/scripts/tokenizers.js b/public/scripts/tokenizers.js index 5f7fdc01a..87d72c1a5 100644 --- a/public/scripts/tokenizers.js +++ b/public/scripts/tokenizers.js @@ -18,11 +18,11 @@ export const tokenizers = { LLAMA: 3, NERD: 4, NERD2: 5, - API_KOBOLD: 6, + API_CURRENT: 6, MISTRAL: 7, YI: 8, API_TEXTGENERATIONWEBUI: 9, - API_CURRENT: 98, + API_KOBOLD: 10, BEST_MATCH: 99, };