awsdocs / aws-doc-sdk-examples

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Apache License 2.0
9.48k stars 5.61k forks source link

[Fix] Amazon Bedrock Runtime: Fix bug that occurs when using Llama3 70B Instruct #6942

Open DennisTraub opened 1 day ago

DennisTraub commented 1 day ago

This pull request fixes a bug that occurs in an edge case when using Bedrock:InvokeModel or Bedrock:InvokeModelWithResponseStream with Meta Llama3 70B Instruct.

Affected SDKs: .NET, Java v2, JavaScript v3, Python


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.