feat(fase2): wire local + Foundry profiles + model-map + env template
This commit is contained in:
parent
f981c51e0b
commit
15e41dd1fa
3 changed files with 88 additions and 42 deletions
13
src/portfolio_optimiser/data/model_map.json
Normal file
13
src/portfolio_optimiser/data/model_map.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue