Skip to content

Commit 1635b61

Browse files
authored
Merge pull request #516 from dgageot/fix-typo-3
Fix typo
2 parents b5e7104 + 6f7da26 commit 1635b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/modelsdev/store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const (
2121
var ModelAliases = map[string]string{
2222
"anthropic/claude-sonnet-4-0": "anthropic/claude-sonnet-4-20250514",
2323
"anthropic/claude-sonnet-4-5": "anthropic/claude-sonnet-4-5-20250929",
24-
"anthropic/claude-haiku-4-5": "nthropic/claude-haiku-4-5-20251001",
24+
"anthropic/claude-haiku-4-5": "anthropic/claude-haiku-4-5-20251001",
2525
}
2626

2727
// Store manages the models.dev data with local caching

0 commit comments

Comments
 (0)