diff --git a/static/klite.html b/static/klite.html index f58b16d0c..ea87ce943 100644 --- a/static/klite.html +++ b/static/klite.html @@ -3,7 +3,7 @@ - -
+ +
- + +
@@ -7526,7 +7889,7 @@
- + @@ -7697,7 +8061,7 @@ - +
@@ -7714,10 +8078,10 @@
Unsaved data will be lost.

- -
Keep AI Selected?
- - + +
Keep AI Selected?
+ +
@@ -7727,7 +8091,7 @@
- @@ -7824,12 +8188,12 @@
0
1
- - + +
-
- -
Advanced Settings ?These settings control alternative samplers configurations. They are inactive by default, you usually do not need to change them.
+
+ +
Advanced Settings ?These settings control alternative samplers configurations. They are inactive by default, you usually do not need to change them.
@@ -7847,10 +8211,10 @@ id="typ_s"> - -
- -
+ + + +
@@ -7869,10 +8233,10 @@
1
3
- - + +
-
+
@@ -7886,11 +8250,11 @@ id="rep_pen_range" title="Repetition Penalty Range"> - - -
+ + +
- +
@@ -7906,47 +8270,47 @@
-
Autogenerate
- +
Autogenerate
+
-
Allow NSFW
- +
Allow NSFW
+
-
Save Images
- +
Save Images
+
Style
🎨
- +
TTS ?Enable Text-To-Speech to have your story automatically read to you.
- +
-
Beep on Done
- +
Beep on Done
+
-
Format ?Story Mode is best for novel style writing. Adventure Mode is best for Interactive Fiction RPGs. Chat Mode is best for chat conversations with the AI.
+
Format ?Story Mode is best for novel style writing. Adventure Mode is best for Interactive Fiction RPGs. Chat Mode is best for chat conversations with the AI.
+
-
Idle Responses
- - + + + + + + + + + +
-
- +
Insert Newlines ?Some instruct models like pygmalion may perform better without newlines.
+ class="helptext">Some instruct models like pygmalion may perform better without newlines.
Enable Markdown ?Allows the UI to use markdown formatting such as quotes and code blocks.
+ class="helptext">Allows the UI to use markdown formatting such as quotes and code blocks. - + - +
-
Autoscroll
- +
Autoscroll
+ +
+
+
Trim Sentences
+
-
Trim Sentences
- +
Trim Whitespace
+
-
Trim Whitespace
- +
Persist Session
+
-
Persist Session
- +
Export Settings
+
-
Export Settings
- -
+
Inverted Colors
+ +
- + @@ -8031,7 +8409,7 @@ - +
- Memory + Memory
- +

Author's Note
- -
- - + + + +
@@ -8062,9 +8440,9 @@ Author's Note Template A/N Strength - - - + + +

Extra Stopping Sequence (Kobold API Only) ?Triggers the text generator to stop generating early if this sequence appears, in addition to default stop sequences. If you want multiple sequences, separate them with the following delimiter: ||$||
+ class="helptext">Triggers the text generator to stop generating early if this sequence appears, in addition to default stop sequences. If you want multiple sequences, separate them with the following delimiter: ||$|| - +
@@ -8095,14 +8473,14 @@
- +
-
Case Sensitive Keys
- -
-
- +
Case Sensitive Keys
+ +
+
+
@@ -8121,9 +8499,9 @@ NameModelCapabilitiesUptimeKudosCluster - + - +
@@ -8142,9 +8520,9 @@ NameDescriptionUptimeKudosStatusMaintainence - + - +
@@ -8161,7 +8539,7 @@
-
+
@@ -8183,7 +8561,7 @@
Loading...
-
+
@@ -8197,7 +8575,7 @@
- +
@@ -8213,9 +8591,9 @@
- +
-
@@ -8251,11 +8629,11 @@ //this will prevent PWA functionality locally but will avoid the scary 404 errors if(localmode) { - console.log("Try to register service worker..."); + console.log("Try to register service worker..."); try { navigator.serviceWorker.register("sw.js") .then(()=>{ - console.log("service worker registered"); + console.log("service worker registered"); }) .catch(err=>{ console.log("error while registering service worker 2: " + err); @@ -8265,7 +8643,7 @@ } } } -else +else { console.log("service workers API not available"); }