104 1 week ago

my best guess - enjoy.

vision tools thinking
0ad8797a4aa3 · 254B
{{- range .Messages }}
{{- if eq .Role "user" }}<|turn>user
{{ .Content }}<turn|>
{{- else if eq .Role "assistant" }}<|turn>model
{{ .Content }}<turn|>
{{- else if eq .Role "system" }}<|turn>system
{{ .Content }}<turn|>
{{- end }}
{{- end }}<|turn>model