mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add separator sequence for instruct mode
This commit is contained in:
@ -2014,7 +2014,7 @@ async function Generate(type, { automatic_trigger, force_name2, resolve, reject,
|
||||
if (!mesSendString.endsWith('\n')) {
|
||||
mesSendString += '\n';
|
||||
}
|
||||
mesSendString += name2 + ':' + promptBias;
|
||||
mesSendString += (`${name2}:${promptBias || ''}`);
|
||||
}
|
||||
|
||||
return mesSendString;
|
||||
|
Reference in New Issue
Block a user