mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 14:18:52 +00:00
docs[patch]: fix chat model tabs in runnable-as-tool guide (#24580)
This commit is contained in:
parent
47ae06698f
commit
aaf788b7cb
@ -267,9 +267,9 @@
|
|||||||
"We first instantiate a chat model that supports [tool calling](/docs/how_to/tool_calling/):\n",
|
"We first instantiate a chat model that supports [tool calling](/docs/how_to/tool_calling/):\n",
|
||||||
"\n",
|
"\n",
|
||||||
"```{=mdx}\n",
|
"```{=mdx}\n",
|
||||||
"<ChatModelTabs\n",
|
"import ChatModelTabs from \"@theme/ChatModelTabs\";\n",
|
||||||
" customVarName=\"llm\"\n",
|
"\n",
|
||||||
"/>\n",
|
"<ChatModelTabs customVarName=\"llm\" />\n",
|
||||||
"```"
|
"```"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -541,7 +541,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.11.9"
|
"version": "3.10.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
Loading…
Reference in New Issue
Block a user