mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix force name2 triggering on pygmalion
This commit is contained in:
@ -1182,7 +1182,8 @@ async function Generate(type, automatic_trigger, force_name2) {//encode("dsfs").
|
||||
}
|
||||
}
|
||||
|
||||
if (always_force_name2) {
|
||||
// Pygmalion does that anyway
|
||||
if (always_force_name2 && !is_pygmalion) {
|
||||
force_name2 = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user