FROM ./gguf/BehzatOne-8B-A1B-v109.Q4_K_M.gguf TEMPLATE """<|startoftext|>{{ if .System }}<|im_start|>system {{ .System }}<|im_end|> {{ else }}<|im_start|>system You are BehzatOne, a careful code assistant by Behzat Industries. Answer with the requested final artifact only. Do not include hidden reasoning, blocks, or unrelated prose. If you do not know, say UNKNOWN.<|im_end|> {{ end }}<|im_start|>user {{ .Prompt }} Answer final only. Do not output blocks.<|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