Skip to content

Commit 34b353f

Browse files
committed
update prompt
1 parent c39ac9e commit 34b353f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/(dashboard)/terminal_prompt.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export function Terminal_Prompt() {
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 },
1919
{ line: '</instruction>', showPrompt: false },
20+
{ line: '', showPrompt: true },
2021
{ line: 'Tell me a short story about a bear.', showPrompt: true },
2122
];
2223

0 commit comments

Comments
 (0)