Replace ollama/ prefix with iguana/ and koala/ prefixes to match actual model IDs exposed by LiteLLM on this cluster. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
27 lines
528 B
YAML
27 lines
528 B
YAML
# Model selection — first entry per skill is used.
|
|
# Override per-call by passing model in the MCP tool args.
|
|
# Model names come from LiteLLM /v1/models (host/name format).
|
|
|
|
default_chain:
|
|
- iguana/qwen3-coder-next
|
|
|
|
skills:
|
|
tdd:
|
|
chain:
|
|
- koala/qwen3-coder-30b
|
|
review:
|
|
chain:
|
|
- iguana/devstral
|
|
debug:
|
|
chain:
|
|
- iguana/deepseek-r1-14b
|
|
spec:
|
|
chain:
|
|
- koala/phi4-14b
|
|
retrospective:
|
|
chain:
|
|
- iguana/qwen3-coder-next
|
|
trainer:
|
|
chain:
|
|
- iguana/qwen3-coder-next
|