revert: switch helper LLM back to haiku 4.5

This commit is contained in:
Joey Yakimowich-Payne 2026-03-19 07:02:25 -06:00
commit 142ef4d6c3

View file

@ -155,7 +155,7 @@ class HelperLLM:
def __init__(
self,
api_key: str | None = None,
model: str = "claude-sonnet-4-6-20260217",
model: str = "claude-haiku-4-5-20251001",
base_url: str = "https://api.anthropic.com",
) -> None:
"""Initialize the helper LLM client.