Merge pull request 'chore(reusable): replace the retired ragnaros endpoint with netherstorm' (#23) from chore/ragnaros-to-netherstorm into main
Build & push image / build-and-push (push) Successful in 18s
Build & push image / build-and-push (push) Successful in 18s
This commit was merged in pull request #23.
This commit is contained in:
@@ -45,7 +45,7 @@ on:
|
||||
# Owner-set user-scope variables (see README "Central config via variables"):
|
||||
# GADFLY_DEFAULT_MODELS, GADFLY_DEFAULT_SPECIALISTS,
|
||||
# GADFLY_DEFAULT_PROVIDER_CONCURRENCY, GADFLY_DEFAULT_PROVIDER_LENS_CONCURRENCY,
|
||||
# GADFLY_ENDPOINT_RAGNAROS (the 4090 Ti endpoint).
|
||||
# GADFLY_ENDPOINT_NETHERSTORM (the local GPU box endpoint).
|
||||
# An unset variable + no input → the image default (one model, default suite),
|
||||
# so a public consumer with neither still gets a sane minimal review.
|
||||
inputs:
|
||||
@@ -124,16 +124,13 @@ jobs:
|
||||
# token, keep that one a secret instead.
|
||||
GADFLY_ENDPOINT_M1: ${{ vars.GADFLY_ENDPOINT_M1 }}
|
||||
GADFLY_ENDPOINT_M5: ${{ vars.GADFLY_ENDPOINT_M5 }}
|
||||
# ragnaros = the 4090 Ti via its llama-swap proxy. Defined in the user
|
||||
# var GADFLY_ENDPOINT_RAGNAROS (format "<provider>|<base-url>[|<key>]")
|
||||
# so the URL can change without editing this file; the matching model is
|
||||
# ragnaros/qwen3.6-27b in GADFLY_DEFAULT_MODELS. NB: use the un-hyphenated
|
||||
# `llamaswap` provider spelling in the var — the pinned image needs it.
|
||||
GADFLY_ENDPOINT_RAGNAROS: ${{ vars.GADFLY_ENDPOINT_RAGNAROS }}
|
||||
# netherstorm = the Wan/qwen media box via its llama-swap proxy; user var
|
||||
# GADFLY_ENDPOINT_NETHERSTORM (e.g. "llamaswap|https://llama-swap.netherstorm...").
|
||||
# Without this line the var is silently dropped at the workflow_call boundary
|
||||
# and every netherstorm/<model> reviewer dies with 'unknown provider'.
|
||||
# netherstorm = the local GPU box via its llama-swap proxy. Defined in the
|
||||
# user var GADFLY_ENDPOINT_NETHERSTORM (format "<provider>|<base-url>[|<key>]",
|
||||
# e.g. "llamaswap|https://llama-swap.netherstorm...") so the URL can change
|
||||
# without editing this file; the matching model is netherstorm/qwen3.6-27b in
|
||||
# GADFLY_DEFAULT_MODELS. NB: use the un-hyphenated `llamaswap` provider
|
||||
# spelling in the var — the pinned image needs it. Without this line the var
|
||||
# is silently dropped at the workflow_call boundary ('unknown provider').
|
||||
GADFLY_ENDPOINT_NETHERSTORM: ${{ vars.GADFLY_ENDPOINT_NETHERSTORM }}
|
||||
# --- findings telemetry (optional) --------------------------------
|
||||
GADFLY_FINDINGS_URL: ${{ secrets.GADFLY_FINDINGS_URL }}
|
||||
|
||||
Reference in New Issue
Block a user