Skip to content

Commit

Permalink
fix(types): remove anthropic-instant-1.2 model (#744)
Browse files Browse the repository at this point in the history
this was removed on november 6th
  • Loading branch information
Stainless Bot committed Nov 8, 2024
1 parent 9fb64a6 commit 23637de
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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-fe4fbf0720b4ea03b05ff5225d36c94e06ab7aadbc4b227d0d35c4522b60bdb7.yml
1 change: 0 additions & 1 deletion src/anthropic/types/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
"claude-3-haiku-20240307",
"claude-2.1",
"claude-2.0",
"claude-instant-1.2",
],
]
1 change: 0 additions & 1 deletion src/anthropic/types/model_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@
"claude-3-haiku-20240307",
"claude-2.1",
"claude-2.0",
"claude-instant-1.2",
],
]

0 comments on commit 23637de

Please sign in to comment.