Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
Beelzebub4883
/
h-e-r-living-model
:Beta
4
Downloads
Updated
yesterday
Jessup is a living character snapshot from the HER system, represented by Beelzebub4883/h-e-r-living-model:Beta.arch gemma3·parameters-4.3B·quantization-Q4_K_M-Req3.3GB-v8.0
Jessup is a living character snapshot from the HER system, represented by Beelzebub4883/h-e-r-living-model:Beta.arch gemma3·parameters-4.3B·quantization-Q4_K_M-Req3.3GB-v8.0
Cancel
vision
h-e-r-living-model:Beta
...
/
template
e0a42594d802 · 358B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 }}
{{- if or (eq .Role "user") (eq .Role "system") }}<start_of_turn>user
{{ .Content }}<end_of_turn>
{{ if $last }}<start_of_turn>model
{{ end }}
{{- else if eq .Role "assistant" }}<start_of_turn>model
{{ .Content }}{{ if not $last }}<end_of_turn>
{{ end }}
{{- end }}
{{- end }}