Minor `LLMChain` docs correction (#3791)

`LLMChain` run method can take multiple input variables.
fix_agent_callbacks
engkheng 1 year ago committed by GitHub
parent 039b672f46
commit 21335d43b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save