mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Reduce repetitionPenalty from recommended 1.2 to 1.1
This commit is contained in:
@@ -285,6 +285,7 @@ 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.12,
|
||||
startSequence: '<s>',
|
||||
stopSequence: '###,User:,</s>,Current user prompt:',
|
||||
aggressiveStop: true,
|
||||
|
||||
@@ -116,7 +116,7 @@ const defaults:ChatSettings = {
|
||||
systemMessageStart: '',
|
||||
systemMessageEnd: '',
|
||||
leadPrompt: '',
|
||||
repetitionPenalty: 1.2,
|
||||
repetitionPenalty: 1.1,
|
||||
// useResponseAlteration: false,
|
||||
// responseAlterations: [],
|
||||
isDirty: false
|
||||
|
||||
Reference in New Issue
Block a user