2024-06-27 17:15:17 -04:00
|
|
|
{{- if .Messages }}
|
|
|
|
{{- if .System }}System: {{ .System }}
|
|
|
|
|
|
|
|
{{ end }}
|
|
|
|
{{- range .Messages }}
|
|
|
|
{{- if eq .Role "user" }}User:
|
|
|
|
{{- else if eq .Role "assistant" }}Assistant:
|
|
|
|
{{- end }} {{ .Content }}
|
|
|
|
|
|
|
|
{{ end }}Assistant:
|
|
|
|
{{- else }}
|
2024-06-03 14:06:29 -04:00
|
|
|
{{ if .System }}System: {{ .System }}
|
|
|
|
|
|
|
|
{{ end }}{{ if .Prompt }}User: {{ .Prompt }}
|
|
|
|
|
2024-06-27 17:15:17 -04:00
|
|
|
{{ end }}Assistant: <|begin_of_text|>{{ .Response }}
|
|
|
|
{{- end }}
|