diff --git a/public/script.js b/public/script.js index cc1eab332..91c5de894 100644 --- a/public/script.js +++ b/public/script.js @@ -125,12 +125,14 @@ const system_messages = { is_user: false, is_system: true, is_name: true, - mes: `Hi there! The following chat formatting commands are supported:
- -

Need more help? Visit our wiki – TavernAI Wiki!

`, + mes: [ + 'Hi there! The following chat formatting commands are supported:', + '
    ', + '
  1. *text* – format the actions that your character does
  2. ', + '
  3. {*text*} – set the behavioral bias for your character
  4. ', + '
', + 'Need more help? Visit our wiki – TavernAI Wiki!' + ].join('') }, welcome: { @@ -138,9 +140,16 @@ const system_messages = { force_avatar: system_avatar, is_user: false, is_name: true, - mes: - 'Hello there! In order to begin chatting:
  1. Connect to one of the supported generation APIs
  2. Create or pick a character from the list
' + - 'Still have questions left? Check out built-in help or visit our TavernAI Wiki!' + mes: [ + 'Welcome to TavernAI! In order to begin chatting:', + '', + 'Still have questions left?\n', + 'Check out built-in help by typing /? in any chat or visit our ', + 'TavernAI Wiki!' + ].join('') }, group: { name: systemUserName,