update Writer preset params
This commit is contained in:
parent
a116eff7df
commit
ad30c63c69
@ -8,10 +8,10 @@ export const defaultPresets: CompletionPreset[] = [{
|
|||||||
prompt: 'The following is an epic science fiction masterpiece that is immortalized, with delicate descriptions and grand depictions of interstellar civilization wars.\nChapter 1.\n',
|
prompt: 'The following is an epic science fiction masterpiece that is immortalized, with delicate descriptions and grand depictions of interstellar civilization wars.\nChapter 1.\n',
|
||||||
params: {
|
params: {
|
||||||
maxResponseToken: 500,
|
maxResponseToken: 500,
|
||||||
temperature: 1.2,
|
temperature: 1,
|
||||||
topP: 0.5,
|
topP: 0.3,
|
||||||
presencePenalty: 0.4,
|
presencePenalty: 0,
|
||||||
frequencyPenalty: 0.4,
|
frequencyPenalty: 1,
|
||||||
stop: '\\n\\nUser',
|
stop: '\\n\\nUser',
|
||||||
injectStart: '',
|
injectStart: '',
|
||||||
injectEnd: ''
|
injectEnd: ''
|
||||||
|
Loading…
Reference in New Issue
Block a user