Skip to content

Commit

Permalink
docs: typo LLaMA2_sql_chat.ipynb (#14798)
Browse files Browse the repository at this point in the history
"language" (right) vs "langugae" (wrong)
  • Loading branch information
Cassini-chris committed Dec 20, 2023
1 parent b0c48dc commit f348ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/LLaMA2_sql_chat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f348ad4

Please sign in to comment.