Skip to content

Commit c5b264a

Browse files
committed
sync changes in prompt
1 parent 34b353f commit c5b264a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/(dashboard)/terminal_prompt.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ export function Terminal_Prompt() {
1313
// { line: '<user_query>Write a 100-word story about a bear.</user_query>', showPrompt: true },
1414
// ];
1515
const terminalSteps = [
16-
{ line: '<instruction>', showPrompt: true },
16+
{ line: '<instructions>', showPrompt: true },
1717
{ line: 'Generate 5 responses to the user query, each within a separate <response> tag. Each <response> must include a <text> and a numeric <probability>. Please sample at random from the tails of the distribution, such that the probability of each response is less than 0.10.', showPrompt: false },
1818
// { line: 'Please sample at random from the tails of the distribution, such that the probability of each response is less than 0.10.', showPrompt: false },
19-
{ line: '</instruction>', showPrompt: false },
19+
{ line: '</instructions>', showPrompt: false },
2020
{ line: '', showPrompt: true },
2121
{ line: 'Tell me a short story about a bear.', showPrompt: true },
2222
];

0 commit comments

Comments
 (0)