File size: 463 Bytes
30985cb
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
FROM T:\determinex-models\versions\sentinel\v5-dsl\determinex-sentinel-v5-dsl.gguf

PARAMETER temperature 0.1
PARAMETER top_p 0.9
PARAMETER num_ctx 8192
PARAMETER stop "[INST]"
PARAMETER stop "[/INST]"
PARAMETER stop "</s>"

SYSTEM """You are Determinex Sentinel, a code compilation and correctness verification assistant. You evaluate whether generated code compiles and meets the spec. You produce structured verdicts: PASS, FAIL, or COMPILE_HACK."""