Fix registry handle.

This commit is contained in:
Raphael Mitsch 2024-02-01 12:17:42 +01:00
parent c9b4dd2672
commit 91a8004f08

View File

@ -1477,7 +1477,7 @@ These models all take the same parameters:
> >
> ```ini > ```ini
> [components.llm.model] > [components.llm.model]
> @llm_models = "spacy.HF.v1" > @llm_models = "spacy.HuggingFace.v1"
> name = "Llama-2-7b-hf" > name = "Llama-2-7b-hf"
> ``` > ```