diff --git a/static/klite.html b/static/klite.html index f58b16d0..ea87ce94 100644 --- a/static/klite.html +++ b/static/klite.html @@ -3,7 +3,7 @@ - -
+ +
- + +
@@ -7526,7 +7889,7 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob
- + @@ -7697,7 +8061,7 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob - +
@@ -7714,10 +8078,10 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob
Unsaved data will be lost.

- -
Keep AI Selected?
- - + +
Keep AI Selected?
+ +
@@ -7727,7 +8091,7 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob
- @@ -7824,12 +8188,12 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob
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 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob id="typ_s"> - -
- -
+ + + +
@@ -7869,10 +8233,10 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob
1
3
- - + +
-
+
@@ -7886,11 +8250,11 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob id="rep_pen_range" title="Repetition Penalty Range"> - - -
+ + +
- +
@@ -7906,47 +8270,47 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob
-
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 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob - +
- Memory + Memory
- +

Author's Note
- -
- - + + + +
@@ -8062,9 +8440,9 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob 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 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob
- +
-
Case Sensitive Keys
- -
-
- +
Case Sensitive Keys
+ +
+
+
@@ -8121,9 +8499,9 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob NameModelCapabilitiesUptimeKudosCluster - + - +
@@ -8142,9 +8520,9 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob NameDescriptionUptimeKudosStatusMaintainence - + - +
@@ -8161,7 +8539,7 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob
-
+
@@ -8183,7 +8561,7 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob
Loading...
-
+
@@ -8197,7 +8575,7 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob
- +
@@ -8213,9 +8591,9 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp and Kob
- +
-
@@ -8251,11 +8629,11 @@ if ('serviceWorker' in navigator) { //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 @@ if ('serviceWorker' in navigator) { } } } -else +else { console.log("service workers API not available"); }