145 2 weeks ago

vision tools thinking
1fcb5260dd0c · 204B
{{- if .System }}System: {{ .System }}
{{ end }}{{- range .Messages }}{{- if eq .Role "user" }}User: {{ .Content }}
{{ else if eq .Role "assistant" }}Assistant: {{ .Content }}
{{ end }}{{ end }}Assistant: