aws-cloudformation / rain

A development workflow tool for working with AWS CloudFormation.
Apache License 2.0
750 stars 69 forks source link

Add support for Claude3-Opus #374

Closed watany-dev closed 2 months ago

watany-dev commented 2 months ago

Issue #, if available:

ref: https://github.com/aws-cloudformation/rain/issues/368

Description of changes:

model-id's below.

https://aws.amazon.com/jp/blogs/aws/anthropics-claude-3-opus-model-on-amazon-bedrock/

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

ericzbeard commented 2 months ago

Linter check is failing:

Run staticcheck ./...
-: # github.com/aws-cloudformation/rain/internal/cmd/build
internal/cmd/build/interactive.go:106:11: undefined: OPUS (compile)
-: # github.com/aws-cloudformation/rain/internal/cmd/build [github.com/aws-cloudformation/rain/internal/cmd/build.test]
internal/cmd/build/interactive.go:106:11: undefined: OPUS (compile)
Error: Process completed with exit code 1.
watany-dev commented 2 months ago

@ericzbeard I'm sorry. I tried to fix it.