Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
leonvanbokhorst
/
deepseek-r1-mixture-of-friction
:latest
26
Downloads
Updated
10 months ago
This model implements the principles of the Designing Friction Manifesto through firm disagreement, overthinking or flat out refusal in responses and introduces beneficial resistance in AI interactions.
This model implements the principles of the Designing Friction Manifesto through firm disagreement, overthinking or flat out refusal in responses and introduces beneficial resistance in AI interactions.
Cancel
deepseek-r1-mixture-of-friction: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 }}