Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 23637de

Browse files
author
Stainless Bot
committedNov 8, 2024·
fix(types): remove anthropic-instant-1.2 model (#744)
this was removed on november 6th
1 parent 9fb64a6 commit 23637de

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed
 

‎.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 10
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic-25f83d91f601c1962b3701fedf829f678f306aca0758af286ee1586cc9931f75.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic-fe4fbf0720b4ea03b05ff5225d36c94e06ab7aadbc4b227d0d35c4522b60bdb7.yml

‎src/anthropic/types/model.py

-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@
1919
"claude-3-haiku-20240307",
2020
"claude-2.1",
2121
"claude-2.0",
22-
"claude-instant-1.2",
2322
],
2423
]

‎src/anthropic/types/model_param.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@
2121
"claude-3-haiku-20240307",
2222
"claude-2.1",
2323
"claude-2.0",
24-
"claude-instant-1.2",
2524
],
2625
]

0 commit comments

Comments
 (0)
Please sign in to comment.