diff --git a/klite.embd b/klite.embd index 124da6f5a..1cc97fd45 100644 --- a/klite.embd +++ b/klite.embd @@ -1949,10 +1949,10 @@ Current version indicated by LITEVER below. max-height: 100%; width: 100%; word-wrap: break-word; - font-size: 20px; + font-size: 18px; font-family: Inter, sans-serif; tab-size: 4; - line-height: 35px; + line-height: 32px; color: rgb(55, 65, 81); display: flex; } @@ -1960,8 +1960,8 @@ Current version indicated by LITEVER below. @media (max-width: 400px) { .corpostyle { - font-size: 17px; - line-height: 27px; + font-size: 16px; + line-height: 26px; } .corpostyleinner { @@ -4114,6 +4114,7 @@ Current version indicated by LITEVER below. idle_duration: 60, export_settings: true, //affects if settings are included with the story and sharelinks show_advanced_load: false, //if true, every load opens the selector window + import_tavern_prompt: true, //when opening character cards, prompt for chat or instruct mode invert_colors: false, passed_ai_warning: false, //used to store AI safety panel acknowledgement state entersubmit: true, //enter sends the prompt @@ -6231,7 +6232,7 @@ Current version indicated by LITEVER below. render_gametext(true); } - if(localsettings.show_advanced_load) + if(localsettings.import_tavern_prompt) { msgboxYesNo("Import Character Card in Instruct Mode?\n\nYes = Instruct Mode Used\nNo = Chat Mode Used\n\nIf unsure, select 'No'.","Import Tavern Card", ()=>{ load_tav_obj_confirm(false); @@ -9167,6 +9168,7 @@ Current version indicated by LITEVER below. document.getElementById("viewport_width_mode").value = localsettings.viewport_width_mode; document.getElementById("export_settings").checked = localsettings.export_settings; document.getElementById("show_advanced_load").checked = localsettings.show_advanced_load; + document.getElementById("import_tavern_prompt").checked = localsettings.import_tavern_prompt; document.getElementById("invert_colors").checked = localsettings.invert_colors; document.getElementById("trimsentences").checked = localsettings.trimsentences; document.getElementById("trimwhitespace").checked = localsettings.trimwhitespace; @@ -9443,6 +9445,7 @@ Current version indicated by LITEVER below. document.getElementById("typ_s").value != found.typical || document.getElementById("tfs_s").value != found.tfs || document.getElementById("miro_type").value != 0 || + document.getElementById("dry_multiplier").value != 0 || document.getElementById("rep_pen").value != found.rep_pen || document.getElementById("rep_pen_range").value != found.rep_pen_range || document.getElementById("rep_pen_slope").value != found.rep_pen_slope || @@ -9526,6 +9529,7 @@ Current version indicated by LITEVER below. localsettings.viewport_width_mode = document.getElementById("viewport_width_mode").value; localsettings.export_settings = (document.getElementById("export_settings").checked ? true : false); localsettings.show_advanced_load = (document.getElementById("show_advanced_load").checked ? true : false); + localsettings.import_tavern_prompt = (document.getElementById("import_tavern_prompt").checked ? true : false); localsettings.invert_colors = (document.getElementById("invert_colors").checked ? true : false); localsettings.trimsentences = (document.getElementById("trimsentences").checked ? true : false); localsettings.trimwhitespace = (document.getElementById("trimwhitespace").checked ? true : false); @@ -17070,6 +17074,34 @@ Current version indicated by LITEVER below. +
+
+
+
+
Your Name ?The name the AI will see you as
+
+
+
AI Name ?Name of the person(s) you want to chat with. Multiple opponents can be specified, creating a group chat, separate their names using multiple lines.
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+ +
+
+
@@ -17102,34 +17134,6 @@ Current version indicated by LITEVER below.
-
-
-
-
-
Your Name ?The name the AI will see you as
-
-
-
AI Name ?Name of the person(s) you want to chat with. Multiple opponents can be specified, creating a group chat, separate their names using multiple lines.
-
-
-
-
-
- -
-
-
-
- -
-
-
-
-
- -
-
-
Multiline Replies ?
-
+
Speech Control ?Requires KoboldCpp with Whisper model loaded. Enables Speech-To-Text voice input. Automatically listens for speech in 'On' mode (Voice Detection), or use Push-To-Talk (PTT).
-
Negative Prompt
- + +
+
Negative Prompt:
+ +
Number of Steps:
@@ -17672,17 +17678,9 @@ Current version indicated by LITEVER below. class="helptext">If enabled, renders special tags like EOS and padding tokens. Not recommended.
-
-
Run In Background ?Prevents the browser from suspending KoboldAI Lite by playing a silent audio track. This setting cannot be saved.
- -
-
-
User Mods ?Allows you to load third-party user created mods (caution).
- -
+
Autosave Session ?If enabled, allows you to select additional configurations during file load
+
+
Card Import Prompt ?If enabled, prompts the user to choose what mode to import a character card in. If disabled, automatically picks chat mode.
+ +
+
+ +
+
+
Run In Background ?Prevents the browser from suspending KoboldAI Lite by playing a silent audio track. This setting cannot be saved.
+ +
+
+
User Mods ?Allows you to load third-party user created mods (caution).
+ +
+
+ +
Autoscroll Text ?Automatically scrolls the text window down when new text is generated