diff --git a/public/script.js b/public/script.js index 01e2f265b..f03a5df7b 100644 --- a/public/script.js +++ b/public/script.js @@ -196,8 +196,8 @@ const system_messages = { '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. ', - '
  5. {} – cancel a previously set bias
  6. ', + '
  7. {{text}} – set the behavioral bias for the AI character
  8. ', + '
  9. {{}} – cancel a previously set bias
  10. ', '
', 'Need more help? Visit our wiki – TavernAI Wiki!' ].join('')