mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Allow the user to toggle names in chat history
This commit is contained in:
@ -546,8 +546,6 @@ PromptManagerModule.prototype.preparePrompt = function (prompt, original = null)
|
||||
else preparedPrompt.content = substituteParams(prompt.content);
|
||||
}
|
||||
|
||||
if (prompt.name && this.isValidName(prompt.name)) preparedPrompt.name = prompt.name;
|
||||
|
||||
return preparedPrompt;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user