Qwen2.5-Coder for Roo available in [F16, q8_0, q6_K, q4_K_S]
tools
255 Pulls Updated 7 weeks ago
824948e57533 · 362B
{{- if .System }}
<|im_start|>system
{{ .System }}<|im_end>
{{- end }}
{{ .Tools }}
{{- range .Messages }}
<|im_start|>{{ .Role }}
{{ .Content }}{{ if and (eq .Role "assistant") .ToolCalls }}{{ range .ToolCalls }}<tool_call>{{ .Function.Name }} {{ json .Function.Arguments }}</tool_call>{{ end }}{{ end }}<|im_end>
{{- end }}
<|im_start|>assistant