Skip to content

Commit

Permalink
fix CI (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Sep 19, 2024
1 parent bef0e87 commit 2db8e17
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 2db8e17

Please sign in to comment.