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