Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
duckyblender
/
diegoGPT
:latest
8
Downloads
Updated
1 week ago
Qwen1.7b fine-tune on a very special person
Qwen1.7b fine-tune on a very special person
Cancel
diegoGPT:latest
...
/
template
437e3e7ebebb · 178B
{{- if .System }}
<|im_start|>system
{{ .System }}<|im_end|>
{{- end }}
{{- range .Messages }}
<|im_start|>{{ .Role }}
{{ .Content }}<|im_end|>
{{- end }}
<|im_start|>assistant