Update summarize.ipynb (#4529)

# Update order in which tasks are stated (logically correct)

Fixes the order in which steps are placed under titles.

@vowelparrot
dynamic_agent_tools
David Peterson 1 year ago committed by GitHub
parent bcffc704c1
commit d5d4c0a172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,22 +61,22 @@
] ]
}, },
{ {
"cell_type": "code", "cell_type": "markdown",
"execution_count": 4, "id": "21284c47",
"id": "27989fc4",
"metadata": {}, "metadata": {},
"outputs": [],
"source": [ "source": [
"from langchain.chains.summarize import load_summarize_chain" "## Quickstart\n",
"If you just want to get started as quickly as possible, this is the recommended way to do it:"
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "code",
"id": "21284c47", "execution_count": 4,
"id": "27989fc4",
"metadata": {}, "metadata": {},
"outputs": [],
"source": [ "source": [
"## Quickstart\n", "from langchain.chains.summarize import load_summarize_chain"
"If you just want to get started as quickly as possible, this is the recommended way to do it:"
] ]
}, },
{ {

Loading…
Cancel
Save