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