You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/(dashboard)/terminal_prompt.tsx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ export function Terminal_Prompt() {
17
17
{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},
18
18
// { 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
19
{line: '</instruction>',showPrompt: false},
20
+
{line: '',showPrompt: true},
20
21
{line: 'Tell me a short story about a bear.',showPrompt: true},
0 commit comments