diff --git a/default/content/presets/openai/Default.json b/default/content/presets/openai/Default.json
index e2345c687..4e6076d5a 100644
--- a/default/content/presets/openai/Default.json
+++ b/default/content/presets/openai/Default.json
@@ -8,7 +8,7 @@
"openrouter_force_instruct": false,
"openrouter_group_models": false,
"openrouter_sort_models": "alphabetically",
- "ai21_model": "j2-ultra",
+ "ai21_model": "jamba-1.5-large",
"mistralai_model": "mistral-large-latest",
"custom_model": "",
"custom_url": "",
@@ -19,7 +19,6 @@
"temperature": 1,
"frequency_penalty": 0,
"presence_penalty": 0,
- "count_penalty": 0,
"top_p": 1,
"top_k": 0,
"top_a": 0,
@@ -233,8 +232,6 @@
"assistant_prefill": "",
"assistant_impersonation": "",
"human_sysprompt_message": "Let's get started. Please generate your response based on the information and instructions provided above.",
- "use_ai21_tokenizer": false,
- "use_google_tokenizer": false,
"claude_use_sysprompt": false,
"use_alt_scale": false,
"squash_system_messages": false,
diff --git a/default/content/settings.json b/default/content/settings.json
index a8af5277c..d18229517 100644
--- a/default/content/settings.json
+++ b/default/content/settings.json
@@ -196,7 +196,15 @@
"enableLabMode": false,
"enableZenSliders": false,
"ui_mode": 1,
- "forbid_external_media": true
+ "forbid_external_media": true,
+ "stscript": {
+ "parser": {
+ "flags": {
+ "1": true,
+ "2": true
+ }
+ }
+ }
},
"extension_settings": {
"apiUrl": "http://localhost:5100",
@@ -452,7 +460,6 @@
"temp_openai": 1.0,
"freq_pen_openai": 0,
"pres_pen_openai": 0,
- "count_pen": 0,
"top_p_openai": 1,
"top_k_openai": 0,
"stream_openai": true,
@@ -614,7 +621,7 @@
"wi_format": "{0}",
"openai_model": "gpt-4-turbo",
"claude_model": "claude-3-5-sonnet-20240620",
- "ai21_model": "j2-ultra",
+ "ai21_model": "jamba-1.5-large",
"windowai_model": "",
"openrouter_model": "OR_Website",
"jailbreak_system": true,
@@ -625,7 +632,6 @@
"show_external_models": false,
"proxy_password": "",
"assistant_prefill": "",
- "assistant_impersonation": "",
- "use_ai21_tokenizer": false
+ "assistant_impersonation": ""
}
}
diff --git a/public/index.html b/public/index.html
index ee429bea6..7d91c7c2a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,7 +5,7 @@
SillyTavern
-
+
@@ -436,7 +436,7 @@
-
+
Frequency Penalty
@@ -449,7 +449,7 @@
-
+
Presence Penalty
@@ -462,20 +462,7 @@
-
-
+
Top K
@@ -1291,6 +1278,28 @@
+
+
+
+
+
+
+
+
+
+
+
@@ -1484,11 +1493,11 @@
- Banned Tokens
-
+ Banned Tokens/Strings
+
-
+
@@ -1791,22 +1800,6 @@
-
-
-
- Use the appropriate tokenizer for Jurassic models, which is more efficient than GPT's.
-
-
-
-
-
- Use the appropriate tokenizer for Google models via their API. Slower prompt processing, but offers much more accurate token counting.
-
-
-
+
@@ -2791,10 +2784,12 @@
AI21 Model
@@ -2824,8 +2819,11 @@
+
+
+
@@ -2955,6 +2953,8 @@
+
+
@@ -4012,7 +4012,7 @@
MovingUI
-
+
@@ -4503,6 +4503,7 @@