From 21335d43b23f09ef191a7648eac89ffad3466c37 Mon Sep 17 00:00:00 2001 From: engkheng <60956360+outday29@users.noreply.github.com> Date: Tue, 2 May 2023 06:50:57 +0800 Subject: [PATCH] Minor `LLMChain` docs correction (#3791) `LLMChain` run method can take multiple input variables. --- docs/modules/chains/generic/llm_chain.ipynb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/modules/chains/generic/llm_chain.ipynb b/docs/modules/chains/generic/llm_chain.ipynb index 8071fe51..372c46ed 100644 --- a/docs/modules/chains/generic/llm_chain.ipynb +++ b/docs/modules/chains/generic/llm_chain.ipynb @@ -137,13 +137,12 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "a178173b-b183-432a-a517-250fe3191173", "metadata": {}, "source": [ - "- `predict` is similar to `run` method except in 2 ways:\n", - " - Input key is specified as keyword argument instead of a Python dict\n", - " - It supports multiple input keys." + "- `predict` is similar to `run` method except that the input keys are specified as keyword arguments instead of a Python dict." ] }, {