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