Skip to content

Commit

Permalink
Merge branch 'main' into cc/release_aws
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Sep 19, 2024
2 parents a49d38b + 2db8e17 commit 5c9678a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/aws/tests/unit_tests/llms/test_bedrock.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ async def test_bedrock_async_streaming_call() -> None:
client=None,
model_id="anthropic.claude-v2",
streaming=True,
region_name="us-west-2",
)
# Call the _astream method
chunks = [
Expand Down

0 comments on commit 5c9678a

Please sign in to comment.