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