Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
mparvin
/
dolphin3-cyber-8b-gguf
:q4_k_m
44
Downloads
Updated
yesterday
Cancel
dolphin3-cyber-8b-gguf:q4_k_m
...
/
template
e1319c8ce4bd · 217B
{{- if .System }}{{ .System }}{{ end }}
{{- range .Messages }}
{{- if eq .Role "user" }}
### User:
{{ .Content }}
{{- else if eq .Role "assistant" }}
### Assistant:
{{ .Content }}
{{- end }}
{{- end }}
### Assistant: