Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
yandex
/
YandexGPT-5-Lite-8B-instruct-GGUF
:latest
4,456
Downloads
Updated
7 months ago
Cancel
YandexGPT-5-Lite-8B-instruct-GGUF:latest
...
/
template
17c9fa4a4d65 · 265B
{{- range .Messages }}
{{- if eq .Role "user" }}
Пользователь: {{ .Content }}\n\n
{{- else if eq .Role "assistant" }}
Ассистент: {{ .Content }}\n\n
{{- end }}
{{- end }}
{{- if not .Response }} Ассистент:[SEP]
{{- end }}