aws-samples/amazon-bedrock-serverless-prompt-chaining

add support for Claude 3

snowolf opened this issue · 3 comments

Hi,

Is there any plan to add support Claude 3, thanks a lot!

Thank you Clare.

Yes, I have noticed that, I am not familiar with CDK, so I manually changed model id in StepFunction.

Most demo works well, however, I found in Trip plan demo, it doesn't use message API still "Human, Assistant", just for your heads up.

For Bedrock Agents, I noticed it as well, so I will stay tuned. However, for Langchain demo, I tried to manually modify related two Lambda code (lookup, summary), just change model id and "max_token_sample" to "max_token", but not worked, I will debug it later.

Where in the trip planner demo are you seeing it use Human/Assistant? I thought I found all the places in this commit, but maybe I missed something