mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 01:17:39 +01:00
Clarify prompt managers total token count meaning
This commit is contained in:
parent
5ae0c14d8d
commit
779a08fd15
@ -437,7 +437,7 @@ PromptManagerModule.prototype.renderPromptManager = function () {
|
||||
advancedDiv.append(checkLabelSpan);
|
||||
|
||||
const tokensDiv = document.createElement('div');
|
||||
tokensDiv.textContent = 'Tokens: ' + this.totalActiveTokens;
|
||||
tokensDiv.textContent = 'Total Tokens: ' + this.totalActiveTokens;
|
||||
|
||||
promptManagerHeaderDiv.appendChild(advancedDiv);
|
||||
promptManagerHeaderDiv.appendChild(tokensDiv);
|
||||
|
Loading…
Reference in New Issue
Block a user