feat(reusable): add the 4090 Ti (qwen3.6-27b via llama-swap) to the default swarm (#13)
Build & push image / build-and-push (push) Successful in 7s

This commit was merged in pull request #13.
This commit is contained in:
2026-06-28 05:01:50 +00:00
parent 8f69e71311
commit 95a9ec546a
3 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ it. Drop one file in your repo and set a couple of secrets/vars:
your repo. Two flavors: the slim [`reusable.yml`](examples/reusable.yml) — a tiny caller of
Gadfly's **reusable workflow** (`uses: steve/gadfly/.gitea/workflows/review-reusable.yml@…`,
forwarding only the secrets the reviewer needs), which ships a **default swarm** (3 cloud models +
the Claude Code engine, 5-lens suite) you inherit by omitting `with:` or override per-input — or the full self-contained
the Claude Code engine + a local 4090 Ti via llama-swap, 5-lens suite) you inherit by omitting `with:` or override per-input — or the full self-contained
[`adversarial-review.yml`](examples/adversarial-review.yml) (Ollama Cloud default, with inline
notes for every provider / local Ollama / OpenAI-compatible / endpoint aliases). See the
[examples index](examples/README.md).