update Instruction template

This commit is contained in:
josc146 2023-06-13 23:15:21 +08:00
parent 714b8834c7
commit b52bae6e17

View File

@ -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,