FROM gemma-3-1b-it.Q8_0.gguf TEMPLATE """{{- range $i, $_ := .Messages }} {{- $last := eq (len (slice $.Messages $i)) 1 }} {{- if or (eq .Role "user") (eq .Role "system") }}user {{ .Content }} {{ if $last }}model {{ end }} {{- else if eq .Role "assistant" }}model {{ .Content }}{{ if not $last }} {{ end }} {{- end }} {{- end }}""" PARAMETER stop "" PARAMETER stop "" PARAMETER temperature 1.0 PARAMETER min_p 0.0 PARAMETER top_k 64 PARAMETER top_p 0.95 PARAMETER num_predict 32768