Skip to content

Commit 6f7da26

Browse files
committed
Fix typo
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent b5e7104 commit 6f7da26

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)