mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-26 11:35:02 +02:00
Update all URLs to langchain docunotebooks (#1745)
This commit is contained in:
@@ -435,7 +435,7 @@
|
||||
"from langchain_core.prompts import ChatPromptTemplate\n",
|
||||
"\n",
|
||||
"# Or you can use ChatGroq, ChatOpenAI, ChatGoogleGemini, ChatCohere, etc.\n",
|
||||
"# See https://python.langchain.com/v0.2/docs/integrations/chat/ for more info on tool calling\n",
|
||||
"# See https://python.langchain.com/docs/integrations/chat/ for more info on tool calling\n",
|
||||
"llm = ChatAnthropic(model=\"claude-3-haiku-20240307\")\n",
|
||||
"bound_llm = bind_validator_with_retries(llm, tools=tools)\n",
|
||||
"prompt = ChatPromptTemplate.from_messages(\n",
|
||||
|
||||
Reference in New Issue
Block a user