From 23637de028c6c870f062fc0fbaefa9ae54a0e053 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Fri, 8 Nov 2024 20:30:11 +0000 Subject: [PATCH] fix(types): remove anthropic-instant-1.2 model (#744) this was removed on november 6th --- .stats.yml | 2 +- src/anthropic/types/model.py | 1 - src/anthropic/types/model_param.py | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index ebe0695a..6c87def4 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/src/anthropic/types/model.py b/src/anthropic/types/model.py index a50e8c84..71157772 100644 --- a/src/anthropic/types/model.py +++ b/src/anthropic/types/model.py @@ -19,6 +19,5 @@ "claude-3-haiku-20240307", "claude-2.1", "claude-2.0", - "claude-instant-1.2", ], ] diff --git a/src/anthropic/types/model_param.py b/src/anthropic/types/model_param.py index cb29b1b0..5d4a1560 100644 --- a/src/anthropic/types/model_param.py +++ b/src/anthropic/types/model_param.py @@ -21,6 +21,5 @@ "claude-3-haiku-20240307", "claude-2.1", "claude-2.0", - "claude-instant-1.2", ], ]