Skip to content

Commit

Permalink
add param to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Jun 11, 2024
1 parent e255dfa commit 80d683a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/aws/tests/unit_tests/test_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def chat_model_class(self) -> Type[BaseChatModel]:
def chat_model_params(self) -> dict:
return {
"model_id": "anthropic.claude-3-sonnet-20240229-v1:0",
"region_name": "us-east-1",
}

@pytest.mark.xfail(reason="Not implemented.")
Expand Down

0 comments on commit 80d683a

Please sign in to comment.