Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
mollysama
/
rwkv-7-g1d
:13.3b-nothink
537
Downloads
Updated
1 month ago
Cancel
thinking
0.1b
0.4b
1.5b
2.9b
7.2b
13.3b
rwkv-7-g1d:13.3b-nothink
...
/
template
de14c4a149ae · 382B
{{- if .System }}System: {{ .System }}{{ end }}
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1}}
{{- if eq .Role "user" }}
{{- if eq $i 0}}User: {{ .Content }}{{- else }}
User: {{ .Content }}{{- end }}
{{- else if eq .Role "assistant" }}
Assistant:{{ .Content }}{{- end }}
{{- if and $last (ne .Role "assistant") }}
Assistant:{{- end -}}{{- end }}