Merge pull request #776 from bdashore3/staging

This commit is contained in:
Cohee
2023-07-25 09:34:13 +03:00
committed by GitHub
2 changed files with 11 additions and 12 deletions

View File

@ -2958,7 +2958,7 @@ function getNextMessageId(type) {
}
export function getBiasStrings(textareaText, type) {
if (type == 'impersonate') {
if (type == 'impersonate' || type == 'continue') {
return { messageBias: '', promptBias: '', isUserPromptBias: false };
}