Remove help materials from the repo. Set links to docs website

This commit is contained in:
SillyLossy
2023-06-02 20:52:45 +03:00
parent 86f67106e5
commit 8a924b1aa1
15 changed files with 55 additions and 1399 deletions

View File

@ -268,7 +268,7 @@ export function RA_CountCharTokens() {
$("#result_info").html(`
<span class="neutral_warning">${count_tokens}</span>&nbsp;Tokens (<span class="neutral_warning">${perm_tokens}</span><span>&nbsp;Permanent Tokens)
<br>
<div id="chartokenwarning" class="menu_button whitespacenowrap"><a href="/notes#charactertokens" target="_blank">Learn More About Token 'Limits'</a></div>`);
<div id="chartokenwarning" class="menu_button whitespacenowrap"><a href="https://docs.sillytavern.app/usage/guidebook/#character-tokens" target="_blank">Learn More About Token 'Limits'</a></div>`);
} //warn if either are over 1024
}
//Auto Load Last Charcter -- (fires when active_character is defined and auto_load_chat is true)