mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Reset prompt bias after first generation
This commit is contained in:
@ -1412,6 +1412,7 @@
|
||||
if(is_pygmalion){
|
||||
if_typing_text = false;
|
||||
message_already_generated +=getMessage;
|
||||
promptBias = '';
|
||||
//console.log('AI Response so far: '+message_already_generated);
|
||||
if( message_already_generated.indexOf('You:') === -1 && //if there is no 'You:' in the response msg
|
||||
message_already_generated.indexOf('<|endoftext|>') === -1 && //if there is no <endoftext> stamp in the response msg
|
||||
|
Reference in New Issue
Block a user