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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,7 @@
" [\n", " [\n",
" (\n", " (\n",
" \"system\",\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", " ),\n",
" (\"human\", template),\n", " (\"human\", template),\n",
" ]\n", " ]\n",
@ -345,7 +345,7 @@
" [\n", " [\n",
" (\n", " (\n",
" \"system\",\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", " ),\n",
" (\"human\", template),\n", " (\"human\", template),\n",
" ]\n", " ]\n",