Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
huanlin
/
Tifa-DeepsexV2-7b-0218-F16
:latest
89
Downloads
Updated
9 months ago
Cancel
Tifa-DeepsexV2-7b-0218-F16:latest
...
/
template
a1b040544877 · 366B
{- if .System }{ .System }{ end }
{- range $i, $_ := .Messages }
{- $last := eq (len (slice $.Messages $i)) 1}
{- if eq .Role "user" }<|User|>{ .Content }
{- else if eq .Role "assistant" }<|Assistant|>{ .Content }{- if not $last }<|end▁of▁sentence|>{- end }
{- end }
{- if and $last (ne .Role "assistant") }<|Assistant|>{- end }
{- end }