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,