Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
leonvanbokhorst
/
deepseek-r1-uncertainty
:latest
49
Downloads
Updated
10 months ago
This model implements the principles of the Designing Friction Manifesto through intentionally responses, introducing beneficial uncertainty in AI interactions.
This model implements the principles of the Designing Friction Manifesto through intentionally responses, introducing beneficial uncertainty in AI interactions.
Cancel
deepseek-r1-uncertainty:latest
...
/
template
8aa4c0321ccd · 493B
{{- if .Suffix }}<|fim▁begin|>{{ .Prompt }}<|fim▁hole|>{{ .Suffix }}<|fim▁end|>
{{- else if .Messages }}
{{- range $i, $_ := .Messages }}
{{- if eq .Role "user" }}<|User|>
{{- else if eq .Role "assistant" }}<|Assistant|>
{{- end }}{{ .Content }}
{{- if eq (len (slice $.Messages $i)) 1 }}
{{- if eq .Role "user" }}<|Assistant|>
{{- end }}
{{- else if eq .Role "assistant" }}<|end▁of▁sentence|><|begin▁of▁sentence|>
{{- end }}
{{- end }}
{{- end }}