mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Clarify prompt managers total token count meaning
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user