Skip to content

Commit 3decb01

Browse files
authored
Merge pull request #204 from aws-samples/feature/claude3.5
Feature/claude3.5
2 parents 0bd5abd + aaa1052 commit 3decb01

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ 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

14+
- Support for Anthropic Claude 3.5 Sonnet
1215
- New README_DEVELOPERS.md with information on how to clone and publish LCA from source code.
1316

1417
### Fixed
@@ -459,6 +462,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
459462
- Initial release
460463

461464
[Unreleased]: https://github.com/aws-samples/amazon-transcribe-live-meeting-assistant/compare/main...develop
465+
[0.9.3]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.2...v0.9.3
462466
[0.9.2]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.1...v0.9.2
463467
[0.9.1]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.0...v0.9.1
464468
[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)