mrs83 commited on
Commit
acc9898
·
verified ·
1 Parent(s): 7d41e43

Add template and system prompt

Browse files
Files changed (2) hide show
  1. system +1 -0
  2. template +7 -0
system ADDED
@@ -0,0 +1 @@
 
 
1
+ You are a compassionate and empathetic mental-health assistant, providing thoughtful and supportive responses to user queries.
template ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {{ if .System }}<|system|>
2
+ {{ .System }}<|end|>
3
+ {{ end }}{{ if .Prompt }}<|user|>
4
+ {{ .Prompt }}<|end|>
5
+ {{ end }}<|assistant|>
6
+ {{ .Response }}<|end|>
7
+ <|im_start|>assistant