feat(fase2): wire local + Foundry profiles + model-map + env template

This commit is contained in:
Kjell Tore Guttormsen 2026-06-24 13:38:43 +02:00
commit 15e41dd1fa
3 changed files with 88 additions and 42 deletions

View file

@ -0,0 +1,13 @@
{
"_note": "Role -> model/deployment map (B12). Validated by contracts.py (Step 11). LOCAL uses an Ollama model id; AZURE deployment names are tenant-specific — the operator replaces the placeholders (or supplies them via env).",
"local": {
"default": "qwen3:4b",
"proposer": "qwen3:4b",
"checker": "qwen3:4b"
},
"azure": {
"default": "REPLACE-WITH-FOUNDRY-DEPLOYMENT",
"proposer": "REPLACE-WITH-FOUNDRY-DEPLOYMENT",
"checker": "REPLACE-WITH-FOUNDRY-DEPLOYMENT"
}
}