Files changed (1) hide show
  1. template +6 -0
template ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {{ if .System }}<|im_start|>system
2
+ {{ .System }}<|im_end|>
3
+ {{ end }}{{ if .Prompt }}<|im_start|>user
4
+ {{ .Prompt }}<|im_end|>
5
+ {{ end }}<|im_start|>assistant
6
+ {{ .Response }}<|im_end|>