Skip to content

Commit 304daf9

Browse files
committed
Add Claude 3.5 Sonnet
1 parent 0bd5abd commit 304daf9

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.3] - 2024-10-03
11+
1012
### Added
1113

1214
- New README_DEVELOPERS.md with information on how to clone and publish LCA from source code.
@@ -459,6 +461,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
459461
- Initial release
460462

461463
[Unreleased]: https://github.com/aws-samples/amazon-transcribe-live-meeting-assistant/compare/main...develop
464+
[0.9.3]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.2...v0.9.3
462465
[0.9.2]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.1...v0.9.2
463466
[0.9.1]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.0...v0.9.1
464467
[0.9.0]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.8.13...v0.9.0

lca-ai-stack/deployment/lca-ai-stack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ Parameters:
149149
AllowedValues:
150150
- "anthropic.claude-3-haiku-20240307-v1:0"
151151
- "anthropic.claude-3-sonnet-20240229-v1:0"
152+
- "anthropic.claude-3-5-sonnet-20240620-v1:0"
152153

153154
Description: >
154155
If EndOfCallTranscriptSummary is BEDROCK, then choose a model ID from the list of supported models.

lca-main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ Parameters:
210210
AllowedValues:
211211
- "anthropic.claude-3-haiku-20240307-v1:0"
212212
- "anthropic.claude-3-sonnet-20240229-v1:0"
213+
- "anthropic.claude-3-5-sonnet-20240620-v1:0"
213214
Description: Choose Bedrock modelId'
214215

215216
AgentAssistQnABotOpenSearchNodeCount:
@@ -452,6 +453,7 @@ Parameters:
452453
AllowedValues:
453454
- "anthropic.claude-3-haiku-20240307-v1:0"
454455
- "anthropic.claude-3-sonnet-20240229-v1:0"
456+
- "anthropic.claude-3-5-sonnet-20240620-v1:0"
455457

456458
Description: >
457459
If EndOfCallTranscriptSummary is BEDROCK, then choose a model ID from the list of supported models.

0 commit comments

Comments
 (0)