Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
MartinRizzo
/
Regent-Dominique
:24b-iq3_XXS
1,346
Downloads
Updated
2 months ago
The uncensored model "Mechanism_24B_V.1", configured with a custom Ollama setup to deliver a highly capable assistant experience, while also allowing the model to exhibit assertive and dominant behaviors that may challenge your expectations.
The uncensored model "Mechanism_24B_V.1", configured with a custom Ollama setup to deliver a highly capable assistant experience, while also allowing the model to exhibit assertive and dominant behaviors that may challenge your expectations.
Cancel
tools
24b
Regent-Dominique:24b-iq3_XXS
...
/
template
bcb6c7b8d049 · 696B
{{- range $index, $_ := .Messages }}
{{- if eq .Role "system" }}[SYSTEM_PROMPT]{{ .Content }}[/SYSTEM_PROMPT]
{{- else if eq .Role "user" }}
{{- if and (le (len (slice $.Messages $index)) 2) $.Tools }}[AVAILABLE_TOOLS]{{ $.Tools }}[/AVAILABLE_TOOLS]
{{- end }}[INST]{{ .Content }}[/INST]
{{- else if eq .Role "assistant" }}
{{- if .Content }}{{ .Content }}
{{- if not (eq (len (slice $.Messages $index)) 1) }}</s>
{{- end }}
{{- else if .ToolCalls }}[TOOL_CALLS][
{{- range .ToolCalls }}{"name": "{{ .Function.Name }}", "arguments": {{ .Function.Arguments }}}
{{- end }}]</s>
{{- end }}
{{- else if eq .Role "tool" }}[TOOL_RESULTS]{"content": {{ .Content }}}[/TOOL_RESULTS]
{{- end }}
{{- end }}