Do not insert authors note into main
Since it is already present in the chat history
This commit is contained in:
parent
d2ee6e9a12
commit
4100ae9e0b
|
@ -575,7 +575,6 @@ function populateChatCompletion (prompts, chatCompletion, {bias, quietPrompt, ty
|
||||||
|
|
||||||
// Add authors notes
|
// Add authors notes
|
||||||
if (true === afterScenario) chatCompletion.insert(authorsNote, 'scenario');
|
if (true === afterScenario) chatCompletion.insert(authorsNote, 'scenario');
|
||||||
else chatCompletion.insert(authorsNote, 'main');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Persona Description
|
// Persona Description
|
||||||
|
|
Loading…
Reference in New Issue