mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-27 16:39:55 +03:00
Typo fix
Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>
This commit is contained in:
parent
04ef8f4bfa
commit
6138e4cc0b
|
@ -16,7 +16,7 @@ prototyping** and **prompting**, and turning unstructured responses into
|
||||||
|
|
||||||
## Config and implementation {id="config"}
|
## Config and implementation {id="config"}
|
||||||
|
|
||||||
An LLM component is implemented through the `LLMWrapper` class. It is accessable
|
An LLM component is implemented through the `LLMWrapper` class. It is accessible
|
||||||
through a generic `llm`
|
through a generic `llm`
|
||||||
[component factory](https://spacy.io/usage/processing-pipelines#custom-components-factories)
|
[component factory](https://spacy.io/usage/processing-pipelines#custom-components-factories)
|
||||||
as well as through task-specific component factories:
|
as well as through task-specific component factories:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user