fix(config): update model names to match LiteLLM host/name format
All checks were successful
cd / Build and deploy (push) Successful in 6s
CI / Lint / Test / Vet (push) Successful in 9s
CI / Mirror to GitHub (push) Successful in 4s

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>
This commit is contained in:
Mathias Bergqvist
2026-04-22 16:34:53 +02:00
parent ce45592730
commit 63c238c650

View File

@@ -1,25 +1,26 @@
# Model selection — first entry per skill is used. # Model selection — first entry per skill is used.
# Override per-call by passing model in the MCP tool args. # Override per-call by passing model in the MCP tool args.
# Model names come from LiteLLM /v1/models (host/name format).
default_chain: default_chain:
- ollama/qwen3-coder-30b-tuned - iguana/qwen3-coder-next
skills: skills:
tdd: tdd:
chain: chain:
- ollama/qwen3-coder-30b-tuned - koala/qwen3-coder-30b
review: review:
chain: chain:
- ollama/devstral-tuned - iguana/devstral
debug: debug:
chain: chain:
- ollama/deepseek-r1-tuned - iguana/deepseek-r1-14b
spec: spec:
chain: chain:
- ollama/phi4 - koala/phi4-14b
retrospective: retrospective:
chain: chain:
- ollama/qwen3-coder-30b-tuned - iguana/qwen3-coder-next
trainer: trainer:
chain: chain:
- ollama/qwen3-coder-30b-tuned - iguana/qwen3-coder-next