From ad30c63c69f146383aa6d11d9ce07416ed977322 Mon Sep 17 00:00:00 2001 From: josc146 Date: Mon, 25 Dec 2023 19:30:14 +0800 Subject: [PATCH] update Writer preset params --- frontend/src/pages/defaultConfigs.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/pages/defaultConfigs.ts b/frontend/src/pages/defaultConfigs.ts index 276b54a..a45b092 100644 --- a/frontend/src/pages/defaultConfigs.ts +++ b/frontend/src/pages/defaultConfigs.ts @@ -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', params: { maxResponseToken: 500, - temperature: 1.2, - topP: 0.5, - presencePenalty: 0.4, - frequencyPenalty: 0.4, + temperature: 1, + topP: 0.3, + presencePenalty: 0, + frequencyPenalty: 1, stop: '\\n\\nUser', injectStart: '', injectEnd: ''