From 1ee9a1905972055d3760adbc9f7667fdeca9a081 Mon Sep 17 00:00:00 2001 From: Sergei Pashakhin Date: Wed, 23 Oct 2024 10:06:36 +0000 Subject: [PATCH] Fix typo (#13657) [ci skip] --- website/docs/api/large-language-models.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/large-language-models.mdx b/website/docs/api/large-language-models.mdx index cefd5c66e..6e2436cc1 100644 --- a/website/docs/api/large-language-models.mdx +++ b/website/docs/api/large-language-models.mdx @@ -1597,7 +1597,7 @@ The name of the model to be used has to be passed in via the `name` attribute. | Argument | Description | | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `name` | The name of a mdodel supported by LangChain for this API. ~~str~~ | +| `name` | The name of a model supported by LangChain for this API. ~~str~~ | | `config` | Configuration passed on to the LangChain model. Defaults to `{}`. ~~Dict[Any, Any]~~ | | `query` | Function that executes the prompts. If `None`, defaults to `spacy.CallLangChain.v1`. ~~Optional[Callable[["langchain.llms.BaseLLM", Iterable[Any]], Iterable[Any]]]~~ |