You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.html
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -705,7 +705,7 @@
705
705
overflow-x: hidden;
706
706
display: flex;
707
707
vertical-align: bottom;
708
-
color: #ffffff;
708
+
color: var(--theme_color_text);
709
709
font-size: var(--theme_font_size_content);
710
710
font-family: var(--theme_font_family);
711
711
border-radius: 8px;
@@ -4708,10 +4708,10 @@
4708
4708
document.getElementById("lastreq1").innerHTML =
4709
4709
document.getElementById("lastreq2").innerHTML =
4710
4710
document.getElementById("lastreq3").innerHTML =
4711
-
`<a href="#" class="color_grayurl mainnav" title="KoboldAI Lite Information"
4711
+
`<a href="#" class="text_highlight mainnav" title="KoboldAI Lite Information"
4712
4712
onclick="msgbox('Source code is available at <a class="color_blueurl" href="https://github.com/LostRuins/lite.koboldai.net">https://github.com/LostRuins/lite.koboldai.net</a><br>Please report any bugs you find there.<br><br>For local use, check out <a class="color_blueurl" title="KoboldCpp Github" href="https://github.com/LostRuins/koboldcpp">KoboldCpp</a>. For help, visit our <a class="color_blueurl" title="KoboldAI Discord" href="https://koboldai.org/discord">Discord</a>.','Information',true)">
4713
4713
KoboldAI Lite</a> v${LITEVER} Web - Frontend for
4714
-
<a href="#" class="color_grayurl mainnav" title="KoboldAI Lite Disclaimer"
4714
+
<a href="#" class="text_highlight mainnav" title="KoboldAI Lite Disclaimer"
4715
4715
onclick="msgbox('KoboldAI Lite allows you to connect to various third-party AI services. We do not control or assume responsibility for the models or content generated by these services. The user is responsible for ensuring that their usage of this software is legal in their country, and complies with the terms of service of the service they are connected to. Use at your own discretion. ','Disclaimer', true)">
`<a href="#" class="color_grayurl" onclick="msgbox('Source code is available at https://github.com/LostRuins/lite.koboldai.net \\nPlease report any bugs you find there.','Information')">KoboldAI Lite</a> v${LITEVER} Embedded`;
7167
+
`<a href="#" class="text_highlight" onclick="msgbox('Source code is available at https://github.com/LostRuins/lite.koboldai.net \\nPlease report any bugs you find there.','Information')">KoboldAI Lite</a> v${LITEVER} Embedded`;
document.getElementById("gametext").innerHTML = "Welcome to <span class=\"color_kobotext\">KoboldAI Lite</span>!<br>You are in <span class=\"color_red\">Offline Mode</span>.<br>You will still be able to load and edit stories, but not generate new text."
22025
+
document.getElementById("gametext").innerHTML = "Welcome to <span class=\"color_kobotext\">Eso Lite</span>!<br>You are in <span class=\"color_kobotext\">Offline Mode</span>.<br>You will still be able to load and edit stories, but not generate new text."
22026
22026
}else{
22027
-
document.getElementById("gametext").innerHTML = "Welcome to <span class=\"color_kobotext\">KoboldAI Lite</span>!<br><span class=\"color_orange\">Attempting to Connect...</span>"
22027
+
document.getElementById("gametext").innerHTML = "Welcome to <span class=\"color_kobotext\">Eso Lite</span>!<br><span class=\"color_kobotext\">Attempting to Connect...</span>"
22028
22028
}
22029
22029
} else {
22030
22030
let whorun = "";
22031
22031
22032
22032
if (custom_kobold_endpoint != "") {
22033
-
whorun = "<br>You're using the custom KoboldAI endpoint at <span class=\"color_orange\">"+custom_kobold_endpoint+"</span>";
22033
+
whorun = "<br>You're using the custom KoboldAI endpoint at <span class=\"color_kobotext\">"+custom_kobold_endpoint+"</span>";
whorun = `<br>Horde <a class="color_blueurl mainnav" href="#" tabindex="${mainmenu_is_untab?`-1`:`0`}" onclick="get_and_show_workers()">Volunteer(s)</a> are running <span class="color_orange">${selected_models.reduce((s, a) => s + a.count, 0)} threads</span> for selected models with a total queue length of <span class="color_orange">${selected_models.reduce((s, a) => s + a.queued, 0)}</span> tokens`;
22052
+
whorun = `<br>Horde <a class="color_kobotext mainnav" href="#" tabindex="${mainmenu_is_untab?`-1`:`0`}" onclick="get_and_show_workers()">Volunteer(s)</a> are running <span class="color_kobotext">${selected_models.reduce((s, a) => s + a.count, 0)} threads</span> for selected models with a total queue length of <span class="color_kobotext">${selected_models.reduce((s, a) => s + a.queued, 0)}</span> tokens`;
22053
22053
}
22054
22054
let nowmode = (localsettings.opmode==1?"Story Mode":(localsettings.opmode==2?"Adventure Mode":(localsettings.opmode==3?"Chat Mode":"Instruct Mode")));
`Welcome to <span class="color_kobotext">KoboldAI Lite - Esobold edition</span>!`+
22067
-
`<br>You are using the models <span class="color_lightgreen">${selmodelstr}</span>${(selected_workers.length == 0 ? `` : ` (Pinned to ${selected_workers.length} worker IDs)`)}.`+
22066
+
`Welcome to <span class="color_kobotext">Eso Lite</span>!`+
22067
+
`<br>You are using the models <span class="color_kobotext">${selmodelstr}</span>${(selected_workers.length == 0 ? `` : ` (Pinned to ${selected_workers.length} worker IDs)`)}.`+
22068
22068
`${whorun}.`+
22069
-
(multiplayer_active?(!multiplayer_pinged?`<br><br><span class="color_orange">[ Trying to join Multiplayer... ]</span>`:`<br><br><span class="color_green">[ Multiplayer is <b>Active</b>! This session is shared with other server participants.]<br>[ You can leave via exit button in top right corner. ]</span>`):(is_using_kcpp_with_multiplayer()?`<br><br>[ <a href="#" tabindex="${mainmenu_is_untab?`-1`:`0`}" class="color_blueurl mainnav" onclick="join_multiplayer()"><span class="color_lightgreen">Multiplayer Available</span> - Click Here To Join</a> ]`:``))+
22070
-
`<br><br><span class="color_orange bolded">${nowmode} Selected</span> - Enter a prompt below to begin!`+
22071
-
`<br>Or, <a href="#" tabindex="${mainmenu_is_untab?`-1`:`0`}" class="color_blueurl mainnav" onclick="document.getElementById('loadfileinput').click()">load a <b>JSON File</b> or a <b>Character Card</b> here.</a>`+
(multiplayer_active?(!multiplayer_pinged?`<br><br><span class="color_kobotext">[ Trying to join Multiplayer... ]</span>`:`<br><br><span class="color_kobotext">[ Multiplayer is <b>Active</b>! This session is shared with other server participants.]<br>[ You can leave via exit button in top right corner. ]</span>`):(is_using_kcpp_with_multiplayer()?`<br><br>[ <a href="#" tabindex="${mainmenu_is_untab?`-1`:`0`}" class="color_kobotext mainnav" onclick="join_multiplayer()"><span class="color_kobotext">Multiplayer Available</span> - Click Here To Join</a> ]`:``))+
22070
+
`<br><br><span class="color_kobotext bolded">${nowmode} Selected</span> - Enter a prompt below to begin!`+
22071
+
`<br>Or, <a href="#" tabindex="${mainmenu_is_untab?`-1`:`0`}" class="color_kobotext mainnav" onclick="document.getElementById('loadfileinput').click()">load a <b>JSON File</b> or a <b>Character Card</b> here.</a>`+
0 commit comments