Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
heredos
/
rwkv7
:1.5b
151
Downloads
Updated
3 months ago
an rwkv repo that tries to be less confusing and more up to date with the latest GGUFs
an rwkv repo that tries to be less confusing and more up to date with the latest GGUFs
Cancel
thinking
0.1b
0.4b
1.5b
2.9b
7.2b
rwkv7:1.5b
...
/
template
ad5557b5e0c7 · 558B
{{- 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: <{{- if and $last .Thinking -}}think>{{ .Thinking }}</think>{{- else }}think>
</think>{{- end }}{{ .Content }}{{- end }}
{{- if and $last (ne .Role "assistant") }}
Assistant:{{- if $.IsThinkSet }} <{{- if not $.Think }}think>
</think>{{- end }}{{- end }}{{- end }}{{- end }}