Consistent spacing between examples regardless of pinning

This commit is contained in:
Grzegorz Gidel
2023-04-26 00:38:03 +02:00
parent 48359e2f0a
commit ea709d246d

View File

@ -1583,7 +1583,7 @@ async function Generate(type, automatic_trigger, force_name2) {
// Force pinned examples into the context // Force pinned examples into the context
let pinExmString; let pinExmString;
if (power_user.pin_examples) { if (power_user.pin_examples) {
pinExmString = examplesString = mesExamplesArray.map(example => appendToStoryString(example, '')).join(''); pinExmString = examplesString = mesExamplesArray.join('');
} }
// Collect enough messages to fill the context // Collect enough messages to fill the context