Skip to content

Commit

Permalink
Merge pull request #28 from ihmaws/patch-1
Browse files Browse the repository at this point in the history
Add support for Claude Haiku and Opus models on Bedrock
  • Loading branch information
rstrahan authored Jul 2, 2024
2 parents d31cc5b + 47e3af4 commit 40da234
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lambdas/bedrock-embeddings-and-llm/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Parameters:

LLMModelId:
Type: String
Default: anthropic.claude-instant-v1
Default: anthropic.claude-3-haiku-20240307-v1:0
AllowedValues:
- amazon.titan-text-express-v1
- amazon.titan-text-lite-v1
Expand All @@ -21,7 +21,9 @@ Parameters:
- anthropic.claude-instant-v1
- anthropic.claude-v2
- anthropic.claude-v2:1
- anthropic.claude-3-haiku-20240307-v1:0
- anthropic.claude-3-sonnet-20240229-v1:0
- anthropic.claude-3-opus-20240229-v1:0
- cohere.command-text-v14
- cohere.command-light-text-v14
- meta.llama2-13b-chat-v1
Expand Down Expand Up @@ -383,4 +385,4 @@ Outputs:

QnAItemLambdaHookArgs:
Description: QnA Item Lambda Hook Args (use with no_hits item for optional ask-the-LLM fallback)
Value: !GetAtt OutputSettings.QNAITEM_LAMBDAHOOK_ARGS
Value: !GetAtt OutputSettings.QNAITEM_LAMBDAHOOK_ARGS

0 comments on commit 40da234

Please sign in to comment.