Skip to content

Commit

Permalink
fix(types): correct claude-3-5-haiku-20241022 name (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Nov 4, 2024
1 parent 1612e26 commit 7858765
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 10
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic-25f83d91f601c1962b3701fedf829f678f306aca0758af286ee1586cc9931f75.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic-0a2d1f4a05e7dbaf05fb3b162f6551f429a33f33b9fc555ae1d4dcc776e77a32.yml
2 changes: 1 addition & 1 deletion src/anthropic/types/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
str,
Literal[
"claude-3-5-haiku-latest",
"claude-3-haiku-20241022",
"claude-3-5-haiku-20241022",
"claude-3-5-sonnet-latest",
"claude-3-5-sonnet-20241022",
"claude-3-5-sonnet-20240620",
Expand Down
2 changes: 1 addition & 1 deletion src/anthropic/types/model_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
str,
Literal[
"claude-3-5-haiku-latest",
"claude-3-haiku-20241022",
"claude-3-5-haiku-20241022",
"claude-3-5-sonnet-latest",
"claude-3-5-sonnet-20241022",
"claude-3-5-sonnet-20240620",
Expand Down

0 comments on commit 7858765

Please sign in to comment.