docs: typo LLaMA2_sql_chat.ipynb (#14798)

"language" (right) vs "langugae" (wrong)
This commit is contained in:
Dr. Christoph Mittendorf
2023-12-20 06:54:06 +01:00
committed by GitHub
parent b0c48dc983
commit f348ad4ba8

View File

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