mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 12:07:36 +00:00
Minor LLMChain
docs correction (#3791)
`LLMChain` run method can take multiple input variables.
This commit is contained in:
@@ -137,13 +137,12 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"attachments": {},
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"id": "a178173b-b183-432a-a517-250fe3191173",
|
"id": "a178173b-b183-432a-a517-250fe3191173",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"- `predict` is similar to `run` method except in 2 ways:\n",
|
"- `predict` is similar to `run` method except that the input keys are specified as keyword arguments instead of a Python dict."
|
||||||
" - Input key is specified as keyword argument instead of a Python dict\n",
|
|
||||||
" - It supports multiple input keys."
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user