From f348ad4ba848cf42ea9624f6b600e69aabcbea97 Mon Sep 17 00:00:00 2001 From: "Dr. Christoph Mittendorf" <34183942+Cassini-chris@users.noreply.github.com> Date: Wed, 20 Dec 2023 06:54:06 +0100 Subject: [PATCH] docs: typo LLaMA2_sql_chat.ipynb (#14798) "language" (right) vs "langugae" (wrong) --- cookbook/LLaMA2_sql_chat.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/LLaMA2_sql_chat.ipynb b/cookbook/LLaMA2_sql_chat.ipynb index 3fd6a5dc5cc..86e4d1ec996 100644 --- a/cookbook/LLaMA2_sql_chat.ipynb +++ b/cookbook/LLaMA2_sql_chat.ipynb @@ -217,7 +217,7 @@ " [\n", " (\n", " \"system\",\n", - " \"Given an input question and SQL response, convert it to a natural langugae answer. No pre-amble.\",\n", + " \"Given an input question and SQL response, convert it to a natural language answer. No pre-amble.\",\n", " ),\n", " (\"human\", template),\n", " ]\n", @@ -345,7 +345,7 @@ " [\n", " (\n", " \"system\",\n", - " \"Given an input question and SQL response, convert it to a natural langugae answer. No pre-amble.\",\n", + " \"Given an input question and SQL response, convert it to a natural language answer. No pre-amble.\",\n", " ),\n", " (\"human\", template),\n", " ]\n",