Skip to content

Commit 2706700

Browse files
committed
feat: use claude-haiku-4-5 as default Anthropic model
1 parent 6a3e98a commit 2706700

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hindsight-api-slim/hindsight_api/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def normalize_config_dict(config: dict[str, Any]) -> dict[str, Any]:
354354
# Provider-specific default models
355355
PROVIDER_DEFAULT_MODELS = {
356356
"openai": "gpt-4o-mini",
357-
"anthropic": "claude-haiku-4-5-20251001",
357+
"anthropic": "claude-haiku-4-5",
358358
"gemini": "gemini-2.5-flash",
359359
"groq": "openai/gpt-oss-120b",
360360
"minimax": "MiniMax-M2.7",

0 commit comments

Comments
 (0)