Phillnet-2 / CodeGuidanceSystem /guidance_config.json
ayjays132's picture
Upload 478 files
101858b verified
{
"component_name": "qwen-coder-guidance-sidecar",
"base_model": "Qwen/Qwen2.5-Coder-1.5B-Instruct",
"local_model_path": "base_model",
"adapter": null,
"output_contract": "compact_json",
"default_quantization": "4bit_nf4_bf16",
"max_new_tokens": 384,
"max_context_chars": 18000,
"memory_policy": "unload_after_call",
"cache_policy": "request_hash_json_cache",
"deterministic_tools": [
"route_hint",
"context_stats",
"risk_scan",
"test_suggestions",
"patch_rules",
"simple_calculations",
"python_syntax_probe"
],
"intended_use": "structured planning, critique, patch constraints, risk signals, and test suggestions for a larger coding model"
}