From 863f96b2e0396fe5ad8b5898ca7146513cfb475e Mon Sep 17 00:00:00 2001 From: Arno Schutijzer Date: Tue, 6 Feb 2024 22:54:40 +0100 Subject: [PATCH] docs: fix typo in ollama notebook (#17127) - **Description:** typo fix in ollama notebook --- docs/docs/integrations/llms/ollama.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/llms/ollama.ipynb b/docs/docs/integrations/llms/ollama.ipynb index 79ea758987..51462902ae 100644 --- a/docs/docs/integrations/llms/ollama.ipynb +++ b/docs/docs/integrations/llms/ollama.ipynb @@ -244,7 +244,7 @@ "\n", "def plt_img_base64(img_base64):\n", " \"\"\"\n", - " Disply base64 encoded string as image\n", + " Display base64 encoded string as image\n", "\n", " :param img_base64: Base64 string\n", " \"\"\"\n",