From 705d95dd2183c9e93780892667a141066d04a29b Mon Sep 17 00:00:00 2001 From: rxliuli Date: Sat, 7 Sep 2024 09:37:40 +0800 Subject: [PATCH] docs(anthropic): update custom client docs --- docs/core_docs/docs/integrations/chat/anthropic.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core_docs/docs/integrations/chat/anthropic.ipynb b/docs/core_docs/docs/integrations/chat/anthropic.ipynb index 4786d1f68a9b..9fafc787406e 100644 --- a/docs/core_docs/docs/integrations/chat/anthropic.ipynb +++ b/docs/core_docs/docs/integrations/chat/anthropic.ipynb @@ -953,7 +953,7 @@ "const customClient = new AnthropicVertex();\n", "\n", "const modelWithCustomClient = new ChatAnthropic({\n", - " modelName: \"claude-3-sonnet-20240229\",\n", + " modelName: \"claude-3-sonnet@20240229\",\n", " maxRetries: 0,\n", " createClient: () => customClient,\n", "});\n",