Viktor Barzin
25c948c933
examples: disable qwen3 thinking output in llama-swap requests
...
ci/woodpecker/push/woodpecker Pipeline was successful
qwen3-8b emits <think>...</think> chain-of-thought before the JSON
response by default, which trips the JSON parser and forces ~50% of
posts to escalate to claude-agent-service (discovered during first
bulk ingest, 2026-06-05).
Fix: pass chat_template_kwargs.enable_thinking=false in the request
body for the Tier 1 (llama-swap) call. Claude calls are unaffected.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05 08:40:25 +00:00
Viktor Barzin
9d308c36dc
examples: serialize LLM calls via Semaphore (default 1) to dodge CAS busy-lock
ci/woodpecker/push/woodpecker Pipeline was successful
2026-06-02 13:54:15 +00:00
Viktor Barzin
c1c1e2202b
examples: send 'haiku' to claude-agent-service (bare alias, auto-roll-forward)
ci/woodpecker/push/woodpecker Pipeline failed
2026-06-01 19:55:47 +00:00
Viktor Barzin
536f432a46
examples: LLM_MODEL env var (default qwen3-8b; swap to qwen3vl-4b in K8s)
2026-06-01 19:07:32 +00:00
Viktor Barzin
2271d7d5e5
examples: orchestrator + click CLI (ingest sub-command)
ci/woodpecker/push/woodpecker Pipeline was canceled
2026-05-28 22:33:41 +00:00
Viktor Barzin
a10d7fe2a6
examples: service.upsert_example + summary_for_country
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-28 22:28:53 +00:00
Viktor Barzin
0d442de918
examples: to_gbp currency normalisation helper
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-28 22:24:47 +00:00
Viktor Barzin
e75a635d25
examples: Tier 2 claude-agent-service fallback
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-28 22:22:24 +00:00
Viktor Barzin
d1a5da1008
examples: primary qwen3-8b extractor
...
ci/woodpecker/push/woodpecker Pipeline was successful
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-28 22:19:32 +00:00
Viktor Barzin
8fc0fd7646
examples: async PRAW wrapper → RawPost
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-28 22:16:53 +00:00
Viktor Barzin
a378c7256e
examples: regex pre-filter (MONEY_RE + LOCATION_RE)
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-28 22:14:59 +00:00
Viktor Barzin
c9bdf537ac
examples: RawPost + ExtractedExample + Summary Pydantic schemas
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-28 22:12:01 +00:00