From ff70cc4e80b827e27d6bbbb1b0eca50396cf4cf2 Mon Sep 17 00:00:00 2001 From: kAIto47802 <115693559+kAIto47802@users.noreply.github.com> Date: Sat, 9 Mar 2024 03:28:17 +0900 Subject: [PATCH] docs: fix typo (#18810) Fixed typo in docs --- docs/docs/modules/model_io/prompts/composition.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/modules/model_io/prompts/composition.ipynb b/docs/docs/modules/model_io/prompts/composition.ipynb index f94248efecf..cdd01c29e84 100644 --- a/docs/docs/modules/model_io/prompts/composition.ipynb +++ b/docs/docs/modules/model_io/prompts/composition.ipynb @@ -159,7 +159,7 @@ "id": "a50ce9b8", "metadata": {}, "source": [ - "A chat prompt is made up a of a list of messages. Purely for developer experience, we've added a convinient way to create these prompts. In this pipeline, each new element is a new message in the final prompt." + "A chat prompt is made up a of a list of messages. Purely for developer experience, we've added a convenient way to create these prompts. In this pipeline, each new element is a new message in the final prompt." ] }, {