Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
CrimsonDragonX7
/
Luna
:latest
79
Downloads
Updated
4 months ago
Luna — Navigator Buddy A reasoning-first, agentic desktop file navigator with personality. Navigate your filesystem using natural language, powered by local AI with zero cloud dependency.
Luna — Navigator Buddy A reasoning-first, agentic desktop file navigator with personality. Navigate your filesystem using natural language, powered by local AI with zero cloud dependency.
Cancel
vision
tools
Luna:latest
...
/
template
d49e4e9d9192 · 309B
{{- range $index, $_ := .Messages }}
{{- if eq .Role "system" }}[SYSTEM_PROMPT]{{ .Content }}[/SYSTEM_PROMPT]
{{- else if eq .Role "user" }}[INST]{{ .Content }}[/INST]
{{- else if eq .Role "assistant" }}{{ .Content }}
{{- if not (eq (len (slice $.Messages $index)) 1) }}</s>
{{- end }}
{{- end }}
{{- end }}