Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
code-forge-temple
/
agentic-signal-deepseek-r1
:7b
9
Downloads
Updated
6 days ago
This model has been finetuned with data from Agentic Signal (a visual AI agent workflow automation platform with local LLM integration).
This model has been finetuned with data from Agentic Signal (a visual AI agent workflow automation platform with local LLM integration).
Cancel
7b
agentic-signal-deepseek-r1:7b
...
/
template
cf668d0dcb78 · 206B
{{ if .System }}{{ .System }}{{ end }}
{{ range .Messages }}
{{ if eq .Role "user" }}
<|User|>{{ .Content }}
{{ else if eq .Role "assistant" }}
<|Assistant|>{{ .Content }}
{{ end }}
{{ end }}