Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
feilongfl
/
qwen3news
:latest
3
Downloads
Updated
1 year ago
基于qwen3的新闻概括助手.
基于qwen3的新闻概括助手.
Cancel
qwen3news:latest
...
/
template
c0c4b4353739 · 230B
{{ if .System }}System: {{ .System }}<|endoftext|>
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}Human: {{ .Content }}<|endoftext|>
Assistant:{{ else if eq .Role "assistant" }}{{ .Content }}<|endoftext|>
{{ end }}{{ end }}