Skip to content

Commit df1835e

Browse files
committed
Update TODO in generate-models.ts script regarding Amazon Bedrock models
1 parent bc62a00 commit df1835e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ai/scripts/generate-models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async function loadModelsDevData(): Promise<Model<any>[]> {
115115
// See https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-support.html#inference-profiles-support-system
116116
if (id.includes("anthropic.claude-haiku-4-5") ||
117117
id.includes("anthropic.claude-sonnet-4")) {
118-
// TODO: Add other models. Can we get this information from models.dev or AWS SDK?
118+
// TODO: Remove this once https://github.com/anomalyco/models.dev/pull/607 is merged.
119119
id = "global." + id;
120120
}
121121

0 commit comments

Comments
 (0)