From b52bae6e17aeec7a827bf9ff5fd3ba20f7cea8bb Mon Sep 17 00:00:00 2001 From: josc146 Date: Tue, 13 Jun 2023 23:15:21 +0800 Subject: [PATCH] update Instruction template --- frontend/src/pages/Completion.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Completion.tsx b/frontend/src/pages/Completion.tsx index 4256a55..fbc9090 100644 --- a/frontend/src/pages/Completion.tsx +++ b/frontend/src/pages/Completion.tsx @@ -103,7 +103,7 @@ export const defaultPresets: CompletionPreset[] = [{ } }, { name: 'Instruction', - prompt: 'Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n# Instruction:\nExplain the following metaphor: Life is like cats.\n\n# Response:\n', + prompt: 'Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n# Instruction:\nWrite a story using the following information\n\n# Input:\nA man named Alex chops a tree down\n\n# Response:\n', params: { maxResponseToken: 500, temperature: 1.2,