Commit graph

5 commits

Author SHA1 Message Date
Viktor Barzin
25c948c933 examples: disable qwen3 thinking output in llama-swap requests
All checks were successful
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
c1c1e2202b examples: send 'haiku' to claude-agent-service (bare alias, auto-roll-forward)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-06-01 19:55:47 +00:00
Viktor Barzin
0d442de918 examples: to_gbp currency normalisation helper
All checks were successful
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
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-28 22:22:24 +00:00
Viktor Barzin
d1a5da1008 examples: primary qwen3-8b extractor
All checks were successful
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