Skip to content

Commit

Permalink
fix(types): remove anthropic-instant-1.2 model (#599)
Browse files Browse the repository at this point in the history
this was removed on november 6th
  • Loading branch information
Stainless Bot authored and stainless-app[bot] committed Dec 17, 2024
1 parent 14a4a68 commit 0f9db5c
Show file tree
Hide file tree
Showing 2 changed files with 2 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-fe4fbf0720b4ea03b05ff5225d36c94e06ab7aadbc4b227d0d35c4522b60bdb7.yml
3 changes: 1 addition & 2 deletions src/resources/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@ export type Model =
| 'claude-3-sonnet-20240229'
| 'claude-3-haiku-20240307'
| 'claude-2.1'
| 'claude-2.0'
| 'claude-instant-1.2';
| 'claude-2.0';

type DeprecatedModelsType = {
[K in Model]?: string;
Expand Down

0 comments on commit 0f9db5c

Please sign in to comment.