diff --git a/public/script.js b/public/script.js
index 372137053..1ef40b8ba 100644
--- a/public/script.js
+++ b/public/script.js
@@ -363,7 +363,7 @@ const system_messages = {
is_user: false,
is_system: true,
is_name: true,
- mes: [
+ mes:
`Hello there! Please select the help topic you would like to learn more about:
Still got questions left? The Official SillyTavern Documentation Website has much more information!`
- ]
},
slash_commands: {
name: systemUserName,
@@ -388,7 +387,7 @@ const system_messages = {
is_user: false,
is_system: true,
is_name: true,
- mes: [
+ mes:
`Hotkeys/Keybinds:
- Up = Edit last message in chat
@@ -402,7 +401,6 @@ const system_messages = {
- Ctrl+Shift+Up = Scroll to context line
- Ctrl+Shift+Down = Scroll chat to bottom
`
- ]
},
formatting: {
name: systemUserName,
@@ -410,7 +408,7 @@ const system_messages = {
is_user: false,
is_system: true,
is_name: true,
- mes: [
+ mes:
`Text formatting commands:
- {{text}} - sets a one-time behavioral bias for the AI. Resets when you send the next message.
@@ -422,7 +420,6 @@ const system_messages = {
- $$ text $$ - renders a LaTeX formula (if enabled)
- $ text $ - renders an AsciiMath formula (if enabled)
`
- ]
},
macros: {
name: systemUserName,
@@ -430,7 +427,7 @@ const system_messages = {
is_user: false,
is_system: true,
is_name: true,
- mes: [
+ mes:
`System-wide Replacement Macros:
- {{user}} - your current Persona username
@@ -441,7 +438,6 @@ const system_messages = {
- {{idle_duration}} - the time since the last user message was sent
- {{random:(args)}} - returns a random item from the list. (ex: {{random:1,2,3,4}} will return 1 of the 4 numbers at random. Works with text lists too.
`
- ]
},
welcome:
{