APM-Packages/corentic-package-manager/examples/model-mapping.yaml
Tobias J. Endres 0df9cec833 docs(cpm): translate all CPM project files to English
CPM is an international project; only the blogpost stays German.
Translated: cpm.py docstring/messages/help texts, README.md,
cpm-setup skill, all team-profile.yaml files (incl. runtime_agent
comments), example apm.yml wrappers and the model-mapping template.
Also fixes DEFAULT_MAPPING_PATH pointing to ~/.config/apm-team
instead of ~/.config/cpm.
2026-08-23 17:56:09 +02:00

19 lines
636 B
YAML

# ~/.config/cpm/model-mapping.yaml
#
# 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.
#
# Simple form: class: provider/model-id
# Extended form: class: { model: ..., variant: ..., temperature: ... }
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