Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>
This commit is contained in:
Sofie Van Landeghem 2023-09-07 17:00:42 +02:00 committed by GitHub
parent 04ef8f4bfa
commit 6138e4cc0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ prototyping** and **prompting**, and turning unstructured responses into
## 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`
[component factory](https://spacy.io/usage/processing-pipelines#custom-components-factories)
as well as through task-specific component factories: