diff --git a/docs/modules/chains/index_examples/summarize.ipynb b/docs/modules/chains/index_examples/summarize.ipynb index fc5db54e..6b5357c4 100644 --- a/docs/modules/chains/index_examples/summarize.ipynb +++ b/docs/modules/chains/index_examples/summarize.ipynb @@ -61,22 +61,22 @@ ] }, { - "cell_type": "code", - "execution_count": 4, - "id": "27989fc4", + "cell_type": "markdown", + "id": "21284c47", "metadata": {}, - "outputs": [], "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", - "id": "21284c47", + "cell_type": "code", + "execution_count": 4, + "id": "27989fc4", "metadata": {}, + "outputs": [], "source": [ - "## Quickstart\n", - "If you just want to get started as quickly as possible, this is the recommended way to do it:" + "from langchain.chains.summarize import load_summarize_chain" ] }, {