From 90e388b9f8496ed0512799f2aa185c38a547fd65 Mon Sep 17 00:00:00 2001 From: Abdulla Al Blooshi <76493346+FourFortyFour@users.noreply.github.com> Date: Sat, 1 Apr 2023 08:56:54 -0700 Subject: [PATCH] Update simple typo in llm_bash md (#2269) --- docs/modules/chains/examples/llm_bash.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/chains/examples/llm_bash.ipynb b/docs/modules/chains/examples/llm_bash.ipynb index 9e43465f..6a5f4d04 100644 --- a/docs/modules/chains/examples/llm_bash.ipynb +++ b/docs/modules/chains/examples/llm_bash.ipynb @@ -5,7 +5,7 @@ "metadata": {}, "source": [ "# BashChain\n", - "This notebook showcases using LLMs and a bash process to do perform simple filesystem commands." + "This notebook showcases using LLMs and a bash process to perform simple filesystem commands." ] }, {