mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 19:47:13 +00:00
cli[patch]: fix retriever template (#29907)
Chat model tabs don't render correctly in .ipynb template.
This commit is contained in:
@@ -138,11 +138,9 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"We will need a LLM or chat model:\n",
|
"We will need a LLM or chat model:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"```{=mdx}\n",
|
|
||||||
"import ChatModelTabs from \"@theme/ChatModelTabs\";\n",
|
"import ChatModelTabs from \"@theme/ChatModelTabs\";\n",
|
||||||
"\n",
|
"\n",
|
||||||
"<ChatModelTabs customVarName=\"llm\" />\n",
|
"<ChatModelTabs customVarName=\"llm\" />"
|
||||||
"```"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user