cli[patch]: fix retriever template (#29907)

Chat model tabs don't render correctly in .ipynb template.
This commit is contained in:
ccurme
2025-02-20 12:51:19 -05:00
committed by GitHub
parent a70f31de5f
commit 924d9b1b33

View File

@@ -138,11 +138,9 @@
"\n",
"We will need a LLM or chat model:\n",
"\n",
"```{=mdx}\n",
"import ChatModelTabs from \"@theme/ChatModelTabs\";\n",
"\n",
"<ChatModelTabs customVarName=\"llm\" />\n",
"```"
"<ChatModelTabs customVarName=\"llm\" />"
]
},
{