Minor LLMChain docs correction (#3791)

`LLMChain` run method can take multiple input variables.
This commit is contained in:
engkheng 2023-05-02 06:50:57 +08:00 committed by GitHub
parent 039b672f46
commit 21335d43b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."
]
},
{