Wait for generation unlock before running continue or trigger

This commit is contained in:
Cohee
2023-12-02 20:12:36 +02:00
parent a06f1e8ad6
commit a28c23d295
2 changed files with 20 additions and 4 deletions

View File

@ -4335,6 +4335,10 @@ function extractMessageFromData(data) {
}
function cleanUpMessage(getMessage, isImpersonate, isContinue, displayIncompleteSentences = false) {
if (!getMessage) {
return '';
}
// Add the prompt bias before anything else
if (
power_user.user_prompt_bias &&