awslabs / generative-ai-cdk-constructs

AWS Generative AI CDK Constructs are sample implementations of AWS CDK for common generative AI patterns.
https://awslabs.github.io/generative-ai-cdk-constructs/
Apache License 2.0
337 stars 51 forks source link

chore: add missing models (3.5 sonnet and 3 opus) #682

Closed tmokmss closed 1 month ago

tmokmss commented 1 month ago

Added Opus 3 and Sonnet 3.5 to BedrockFoundationModel.

Note that both models are supported on Agents for Bedrock: https://docs.aws.amazon.com/bedrock/latest/userguide/agents-supported.html


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.

krokoko commented 1 month ago

@tmokmss build is failing due to some files not pushed, could you please run a full build locally and push the missing files ? (projen build). Thanks !

tmokmss commented 1 month ago

@krokoko Fixed it, thanks!