diff --git a/public/script.js b/public/script.js index f76d82a2c..f43e1d2a0 100644 --- a/public/script.js +++ b/public/script.js @@ -238,7 +238,9 @@ const system_messages = { '
  • Connect to one of the supported generation APIs
  • ', '
  • Create or pick a character from the list
  • ', '', - 'Still have questions left?\n', + "

    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.', + '

    Still have questions left?

    ', 'Check out built-in help or type /? in any chat.' ].join('') },