From 82adb8a87700fea8144b4c41f4c11aba7b5f20aa Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Mon, 11 Dec 2023 16:47:03 +0100 Subject: [PATCH] Update website/docs/api/large-language-models.mdx Co-authored-by: Sofie Van Landeghem --- 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 7a738f440..4c303e7c8 100644 --- a/website/docs/api/large-language-models.mdx +++ b/website/docs/api/large-language-models.mdx @@ -241,7 +241,7 @@ objects. This depends on the return type of the [model](#models). Different to all other tasks `spacy.Raw.vX` doesn't provide a specific prompt, wrapping doc data, to the model. Instead it instructs the model to reply to the doc content. This is handy for use cases like question answering (where each doc -contains one question) or if you want include customized prompts for each doc. +contains one question) or if you want to include customized prompts for each doc. #### spacy.Raw.v1 {id="raw-v1"}