Change default repetitionPenalty to 1.2

This commit is contained in:
Webifi 2023-08-20 13:57:07 -05:00
parent fc46a21ab7
commit 754f8b5d69
2 changed files with 1 additions and 2 deletions

View File

@ -285,7 +285,6 @@ Let's! *I take a seat next to you* What should we do today? I'm up for anything.
::NOTE::`,
temperature: 0.9,
repetitionPenalty: 1.25,
startSequence: '<s>',
stopSequence: '###,User:,</s>,Current user prompt:',
aggressiveStop: true,

View File

@ -116,7 +116,7 @@ const defaults:ChatSettings = {
systemMessageStart: '',
systemMessageEnd: '',
leadPrompt: '',
repetitionPenalty: 1,
repetitionPenalty: 1.2,
// useResponseAlteration: false,
// responseAlterations: [],
isDirty: false