fix: use un-hyphenated 'llamaswap' provider for the ragnaros endpoint
Build & push image / build-and-push (pull_request) Successful in 8s
Adversarial Review (Gadfly) / review (pull_request) Successful in 5m31s

PR #13's self-review showed the pinned image (sha-c342bdb) rejects the
'llama-swaps' provider spelling in GADFLY_ENDPOINT (its endpointProvider only
accepts 'llamaswap'; the hyphenated aliases were added to the binary later).
Switch GADFLY_ENDPOINT_RAGNAROS to llamaswap|https://... so the 4090 Ti
endpoint registers and ragnaros/qwen3.6-27b resolves.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Steve Dudenhoeffer
2026-06-28 00:37:49 -04:00
parent 2b02cbb4ba
commit 4cef1db686
+5 -4
View File
@@ -123,10 +123,11 @@ jobs:
GADFLY_ENDPOINT_M1: ${{ secrets.GADFLY_ENDPOINT_M1 }}
GADFLY_ENDPOINT_M5: ${{ secrets.GADFLY_ENDPOINT_M5 }}
# ragnaros = the 4090 Ti, reached over the LAN through its llama-swap
# proxy (lazy-loads models on demand). Plain URL, no credential — set
# here so the default `ragnaros/qwen3.6-27b` model resolves for all
# consumers. Registers provider "ragnaros".
GADFLY_ENDPOINT_RAGNAROS: "llama-swaps|https://llama-swap.ragnaros.dudenhoeffer.casa"
# proxy (lazy-loads models on demand). Plain https URL, no credential —
# set here so the default `ragnaros/qwen3.6-27b` model resolves for all
# consumers. Registers provider "ragnaros". NB: use the un-hyphenated
# `llamaswap` provider spelling — the pinned image accepts that form.
GADFLY_ENDPOINT_RAGNAROS: "llamaswap|https://llama-swap.ragnaros.dudenhoeffer.casa"
# --- findings telemetry (optional) --------------------------------
GADFLY_FINDINGS_URL: ${{ secrets.GADFLY_FINDINGS_URL }}
GADFLY_FINDINGS_TOKEN: ${{ secrets.GADFLY_FINDINGS_TOKEN }}