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",