mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 21:43:44 +00:00
chore: update references to use the latest version of Claude-3.5 Sonnet (#32594)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user