examples: send 'haiku' to claude-agent-service (bare alias, auto-roll-forward)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
536f432a46
commit
c1c1e2202b
2 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ log = logging.getLogger(__name__)
|
|||
# in the constant is historical — the value can be any llama-swap model id
|
||||
# (e.g. `qwen3vl-4b` when k8s-node1's VRAM is mostly held by immich-ml).
|
||||
QWEN_MODEL = os.environ.get("LLM_MODEL", "qwen3-8b")
|
||||
CLAUDE_AGENT_MODEL = "claude-haiku-4-5"
|
||||
CLAUDE_AGENT_MODEL = "haiku"
|
||||
HTTP_TIMEOUT = httpx.Timeout(60.0)
|
||||
|
||||
PROMPT_SYSTEM = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue