Blame Raw
· · · 27 lines (744 B)
0 contributors
1<h3>
2 This instruct template also contains a system prompt.
3</h3>
4<div>
5 Would you like to migrate the system prompt from the template?
6</div>
7{{#if existing}}
8<div class="marginTopBot5">
9 <b>Note:</b>
10 <span>you already have this prompt saved as:</span>
11 <span>{{existing}}</span>
12</div>
13{{/if}}
14<div class="justifyLeft marginTop5">
15 <div>
16 <small>
17 <b>"Yes"</b> &ndash; The prompt will be imported and selected as a current system prompt.
18 </small>
19
20 </div>
21 <div>
22 <small>
23 <b>"No"</b> &ndash; The prompt will be ignored, no changes to the current system prompt.
24 </small>
25 </div>
26</div>
27<textarea class="wide100p textarea_compact" rows="10">{{prompt}}</textarea>