chore: update references to use the latest version of Claude-3.5 Sonnet (#32594)

This commit is contained in:
Mason Daugherty
2025-08-18 14:11:15 -04:00
committed by GitHub
parent 8d0fb2d04b
commit f69f9598f5
11 changed files with 34 additions and 34 deletions

View File

@@ -230,7 +230,7 @@ def init_chat_model(
"what's your name",
config={
"configurable": {
"foo_model": "anthropic:claude-3-5-sonnet-20240620",
"foo_model": "anthropic:claude-3-5-sonnet-latest",
"foo_temperature": 0.6
}
}
@@ -272,7 +272,7 @@ def init_chat_model(
configurable_model_with_tools.invoke(
"Which city is hotter today and which is bigger: LA or NY?",
config={"configurable": {"model": "claude-3-5-sonnet-20240620"}}
config={"configurable": {"model": "claude-3-5-sonnet-latest"}}
)
# Claude-3.5 sonnet response with tools