Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
Beelzebub4883
/
arriella-grapevine-128k-cloud
:latest
3
Downloads
Updated
1 week ago
Cancel
cloud
arriella-grapevine-128k-cloud:latest
...
/
template
ffcbadab0844 · 839B
{{- if .Messages }}
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
{{- if and (eq $i 0) (ne .Role "system") }}<|im_start|>system
{{ if $.System }}{{ $.System }}{{ else }}You are a helpful assistant.{{ end }}<|im_end|>
{{ end }}
{{- if eq .Role "system" }}<|im_start|>system
{{ .Content }}<|im_end|>
{{ else if eq .Role "user" }}<|im_start|>user
{{ .Content }}<|im_end|>
{{ else if eq .Role "assistant" }}<|im_start|>assistant
{{ .Content }}{{ if not $last }}<|im_end|>{{ end }}
{{ end }}
{{- if and (ne .Role "assistant") $last }}<|im_start|>assistant
{{ end }}
{{- end }}
{{- else }}
{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ end }}{{ .Response }}{{ if .Response }}<|im_end|>{{ end }}