Skip to content

Commit

Permalink
docs(anthropic): update custom client docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rxliuli committed Sep 7, 2024
1 parent 8e05e88 commit 705d95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core_docs/docs/integrations/chat/anthropic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 705d95d

Please sign in to comment.