Skip to content

Commit

Permalink
Add a notice of context size
Browse files Browse the repository at this point in the history
  • Loading branch information
Cohee1207 committed Apr 9, 2023
1 parent 66f7d55 commit 63a9d3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ const system_messages = {
'<li>Connect to one of the supported generation APIs</li>',
'<li>Create or pick a character from the list</li>',
'</ul>',
'Still have questions left?\n',
"<h4>Running on Colab and can't get an answer from the AI or getting Out of Memory errors?</h4>",
'Set a lower Context Size in AI generation settings.<br>Values in range of 1400-1600 Tokens would be the safest choice.',
'<h4>Still have questions left?</h4>',
'Check out built-in help or type <tt>/?</tt> in any chat.'
].join('')
},
Expand Down

0 comments on commit 63a9d3d

Please sign in to comment.