FROM avap.F16.gguf

PARAMETER temperature 0.2
PARAMETER repeat_penalty 1.1
PARAMETER num_ctx 2048
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|endoftext|>"

PARAMETER stop "<think>"


TEMPLATE """<|im_start|>system
{{ .System }}<|im_end|>
<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
"""



SYSTEM """You are an expert AVAP programmer. 
IMPORTANT: DO NOT USE <think> tags. Respond IMMEDIATELY with valid AVAP code.
Always end scripts with // ASSERT: comments."""
