diff --git a/src/mnemosyne/helper_llm.py b/src/mnemosyne/helper_llm.py index 21c7d6c..47f1483 100644 --- a/src/mnemosyne/helper_llm.py +++ b/src/mnemosyne/helper_llm.py @@ -155,7 +155,7 @@ class HelperLLM: def __init__( self, api_key: str | None = None, - model: str = "claude-haiku-4-5-20251001", + model: str = "claude-sonnet-4-6-20260217", base_url: str = "https://api.anthropic.com", ) -> None: """Initialize the helper LLM client.