Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
marco-o1
:latest
49.8K
Downloads
Updated
9 months ago
An open large reasoning model for real-world solutions by the Alibaba International Digital Commerce Group (AIDC-AI).
An open large reasoning model for real-world solutions by the Alibaba International Digital Commerce Group (AIDC-AI).
Cancel
7b
marco-o1:latest
...
/
template
395d63d69335 · 239B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
<|im_start|>{{ .Role }}
{{ .Content }}
{{- if not $last }}<|im_end|>
{{ else if ne .Role "assistant" }}<|im_end|>
<|im_start|>assistant
{{ end }}
{{- end }}