revert: switch helper LLM back to haiku 4.5
This commit is contained in:
parent
4ca9c58920
commit
142ef4d6c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue