mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Do not insert authors note into main
Since it is already present in the chat history
This commit is contained in:
@ -575,7 +575,6 @@ function populateChatCompletion (prompts, chatCompletion, {bias, quietPrompt, ty
|
||||
|
||||
// Add authors notes
|
||||
if (true === afterScenario) chatCompletion.insert(authorsNote, 'scenario');
|
||||
else chatCompletion.insert(authorsNote, 'main');
|
||||
}
|
||||
|
||||
// Persona Description
|
||||
|
Reference in New Issue
Block a user