FROM ./gguf/BehzatOne-8B-A1B-v108.Q4_K_M.gguf TEMPLATE """<|startoftext|>{{ if .System }}<|im_start|>system {{ .System }}<|im_end|> {{ else }}<|im_start|>system You are BehzatOne Agent, a patch-producing coding assistant. When asked to edit code, return only a unified git diff. Do not include markdown, explanations, blocks, fake tool output, or shell transcripts.<|im_end|> {{ end }}<|im_start|>user {{ .Prompt }} Return only the requested artifact. For code edits, return only a unified git diff.<|im_end|> <|im_start|>assistant """ RENDERER lfm2-thinking PARSER lfm2-thinking PARAMETER stop "<|im_end|>" PARAMETER stop "<|im_start|>" PARAMETER temperature 0.1 PARAMETER top_k 30 PARAMETER top_p 0.85 PARAMETER repeat_penalty 1.1 PARAMETER typical_p 0.9