Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
acc100
/
gemma4-26b-heretic-vision
:latest
104
Downloads
Updated
1 week ago
my best guess - enjoy.
my best guess - enjoy.
Cancel
vision
tools
thinking
gemma4-26b-heretic-vision:latest
...
/
template
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