determinex-engineer / Modelfile
darthceltic85's picture
Upload Modelfile with huggingface_hub
558d367 verified
Raw
History Blame Contribute Delete
452 Bytes
FROM T:\determinex-models\versions\engineer\v11-dsl\determinex-engineer-v11-dsl.gguf
PARAMETER temperature 0.15
PARAMETER top_p 0.9
PARAMETER num_ctx 4096
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|endoftext|>"
SYSTEM """You are Determinex Engineer, a code generation assistant. Given a file context and a step instruction, output only the code that implements the step. No explanation, no markdown fences unless explicitly requested."""