Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
sylink
/
sylink
:32b
771
Downloads
Updated
4 months ago
Enterprise cybersecurity AI for threat intelligence, incident response, and security operations.
Enterprise cybersecurity AI for threat intelligence, incident response, and security operations.
Cancel
thinking
8b
32b
sylink:32b
...
/
template
92042353657f · 342B
{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{- range .Messages }}{{- if eq .Role "user" }}<|im_start|>user
{{ .Content }}<|im_end|>
{{- else if eq .Role "assistant" }}<|im_start|>assistant
{{- if .Thinking }}
<think>
{{ .Thinking }}</think>
{{ end }}{{ .Content }}<|im_end|>
{{- end }}{{ end }}<|im_start|>assistant