4,456 7 months ago

17c9fa4a4d65 · 265B
{{- range .Messages }}
{{- if eq .Role "user" }}
Пользователь: {{ .Content }}\n\n
{{- else if eq .Role "assistant" }}
Ассистент: {{ .Content }}\n\n
{{- end }}
{{- end }}
{{- if not .Response }} Ассистент:[SEP]
{{- end }}