diff --git a/public/script.js b/public/script.js
index b7bdf27bc..c8228dd06 100644
--- a/public/script.js
+++ b/public/script.js
@@ -295,22 +295,24 @@ const system_messages = {
is_user: false,
is_name: true,
mes: [
- '
Welcome to SillyTavern!
',
+ 'Welcome to Welcome to !
',
+ '',
'Want to Update to the latest version?
',
"Read the instructions here. Also located in your installation's base folder",
+ '
',
'In order to begin chatting:
',
'',
'- Connect to one of the supported generation APIs (the plug icon)
',
'- Create or pick a character from the list (the top-right namecard icon)
',
'
',
- "Running on Colab and can't get an answer from the AI or getting Out of Memory errors?
",
- 'Set a lower Context Size in AI generation settings (leftmost icon).
Values in range of 1400-1600 Tokens would be the safest choice.',
+ '
',
'Where to download more characters?
',
'(Not endorsed, your discretion is advised)',
'',
'- Pygmalion AI Discord
',
'- CharacterHub (NSFW)
',
'
',
+ '
',
'Where can I get help?
',
'Before going any further, check out the following resources:',
'',
@@ -321,6 +323,7 @@ const system_messages = {
'- Pygmalion AI Docs
',
'
',
'Type /? in any chat to get help on message formatting commands.',
+ '
',
'Still have questions or suggestions left?
',
'SillyTavern Community Discord',
'
',
@@ -394,6 +397,7 @@ async function getClientVersion() {
}
$('#version_display').text(displayVersion);
+ $('#version_display_welcome').text(displayVersion);
} catch (err) {
console.log("Couldn't get client version", err);
}
diff --git a/public/style.css b/public/style.css
index 83602950f..017c4ded7 100644
--- a/public/style.css
+++ b/public/style.css
@@ -109,6 +109,11 @@ body {
background-clip: content-box;
}
+
+.sysHR {
+ border-top: 2px solid grey;
+}
+
.fa-solid::before,
.fa-regular::before {
vertical-align: middle;
@@ -3971,6 +3976,7 @@ body.waifuMode #avatar_zoom_popup {
}
+
#sheld,
#character_popup,
#world_popup {