2026-08-23 17:26:28 +02:00
|
|
|
# ~/.config/cpm/model-mapping.yaml
|
2026-08-23 17:03:40 +02:00
|
|
|
#
|
2026-08-23 17:56:09 +02:00
|
|
|
# Local mapping table of the USER.
|
|
|
|
|
# Maps abstract model classes from CPM packages (team profiles) to concrete,
|
|
|
|
|
# locally available model IDs. Create once, applies to all packages.
|
2026-08-23 17:03:40 +02:00
|
|
|
#
|
2026-08-23 17:56:09 +02:00
|
|
|
# Simple form: class: provider/model-id
|
|
|
|
|
# Extended form: class: { model: ..., variant: ..., temperature: ... }
|
2026-08-23 17:03:40 +02:00
|
|
|
|
|
|
|
|
model_classes:
|
|
|
|
|
strong-generalist: ollama/qwen3.6:35b-a3b-q4_K_M
|
|
|
|
|
fast-research: ollama/qwen3.5:9b
|
|
|
|
|
strong-writing:
|
|
|
|
|
model: ollama/qwen3.6:35b-a3b-q4_K_M
|
|
|
|
|
temperature: 0.7
|
|
|
|
|
high-reasoning:
|
|
|
|
|
model: ollama/qwen3.6:35b-a3b-q4_K_M
|
|
|
|
|
variant: thinking
|
|
|
|
|
cheap-reliable: ollama/gemma4:12b
|