ollama source for Momentry Core verification
This commit is contained in:
11
template/solar-instruct.gotmpl
Normal file
11
template/solar-instruct.gotmpl
Normal file
@@ -0,0 +1,11 @@
|
||||
{{- range .Messages }}
|
||||
{{- if eq .Role "system" }}### System:
|
||||
{{- else if eq .Role "user" }}### User:
|
||||
{{- else if eq .Role "assistant" }}### Assistant:
|
||||
{{ .Content }}</s>
|
||||
|
||||
{{ continue }}
|
||||
{{- end }}
|
||||
{{ .Content }}
|
||||
|
||||
{{ end }}### Assistant:
|
||||
Reference in New Issue
Block a user