Skip to content

Commit

Permalink
Fix typo (#13657) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
paskn authored Oct 23, 2024
1 parent 0d7e57f commit 1ee9a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/api/large-language-models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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]]]~~ |
Expand Down

0 comments on commit 1ee9a19

Please sign in to comment.