diff --git a/public/favicon.ico b/public/favicon.ico
index da175722e..860d7323e 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/public/img/apple-icon-114x114.png b/public/img/apple-icon-114x114.png
index 8f428487e..cc947f79c 100644
Binary files a/public/img/apple-icon-114x114.png and b/public/img/apple-icon-114x114.png differ
diff --git a/public/img/apple-icon-144x144.png b/public/img/apple-icon-144x144.png
index 1a40c47fe..7f5635e41 100644
Binary files a/public/img/apple-icon-144x144.png and b/public/img/apple-icon-144x144.png differ
diff --git a/public/img/apple-icon-57x57.png b/public/img/apple-icon-57x57.png
index 0d284be85..88879c371 100644
Binary files a/public/img/apple-icon-57x57.png and b/public/img/apple-icon-57x57.png differ
diff --git a/public/img/apple-icon-72x72.png b/public/img/apple-icon-72x72.png
index 5fee3eb8b..48c7ff215 100644
Binary files a/public/img/apple-icon-72x72.png and b/public/img/apple-icon-72x72.png differ
diff --git a/public/img/five.png b/public/img/five.png
index 50414fcc8..04a8422e7 100644
Binary files a/public/img/five.png and b/public/img/five.png differ
diff --git a/public/script.js b/public/script.js
index 3b43ee520..e0bca27bb 100644
--- a/public/script.js
+++ b/public/script.js
@@ -164,10 +164,10 @@ window["TavernAI"] = {};
let converter = new showdown.Converter({ emoji: "true" });
const gpt3 = new GPT3BrowserTokenizer({ type: 'gpt3' });
/* let bg_menu_toggle = false; */
-const systemUserName = "TavernAI";
+const systemUserName = "SillyTavern System";
let default_user_name = "You";
let name1 = default_user_name;
-let name2 = "TavernAI";
+let name2 = "SillyTavern System";
let chat = [];
let safetychat = [
{
@@ -249,13 +249,13 @@ const system_messages = {
is_user: false,
is_name: true,
mes: [
- 'Welcome to TavernAI! In order to begin chatting:',
- '
',
- '- Connect to one of the supported generation APIs
',
- '- Create or pick a character from the list
',
- '
',
+ 'Welcome to SillyTavern! 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.
Values in range of 1400-1600 Tokens would be the safest choice.',
+ 'Set a lower Context Size in AI generation settings (leftmost icon).
Values in range of 1400-1600 Tokens would be the safest choice.',
'Still have questions left?
',
'Check out built-in help or type /? in any chat.'
].join('')
@@ -1661,7 +1661,7 @@ async function Generate(type, automatic_trigger, force_name2) {
is_add_personality = true;
//chatString = chatString.substr(0,chatString.length-1);
//anchorAndPersonality = "[Genre: roleplay chat][Tone: very long messages with descriptions]";
- let personalityAndAnchor = [ charPersonality, anchorTop ].filter(x => x).join(' ');
+ let personalityAndAnchor = [charPersonality, anchorTop].filter(x => x).join(' ');
if (personalityAndAnchor && !is_pygmalion) {
item += "[" + personalityAndAnchor + ']\n';
}
diff --git a/public/style.css b/public/style.css
index 917acef65..6c3fbd50c 100644
--- a/public/style.css
+++ b/public/style.css
@@ -3489,11 +3489,11 @@ body.movingUI #expression-holder {
}
- #send_textarea {
- font-size: calc(var(--mainFontSize) + .25rem);
- line-height: calc(var(--mainFontSize) + .5rem);
- min-height: calc(2rem + 0.75rem + 2px);
- max-height: 200px;
+ /* #send_textarea {
+ font-size: calc(var(--mainFontSize));
+ line-height: calc(var(--mainFontSize));
+ min-height: calc(2rem + 0.75rem + 2px);
+ max-height: 200px;
word-wrap: break-word;
height: 40px;
resize: vertical;
@@ -3505,7 +3505,7 @@ body.movingUI #expression-holder {
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
margin: 0;
text-shadow: #000 0 0 3px;
- }
+ } */
#rm_ch_create_block textarea {
max-height: 200px;