Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Jun 17, 2024
1 parent 831acd6 commit f8cd77d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,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-west-1",
}

@pytest.mark.xfail()
Expand Down

0 comments on commit f8cd77d

Please sign in to comment.