mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 23:29:21 +00:00
docs: typo LLaMA2_sql_chat.ipynb (#14798)
"language" (right) vs "langugae" (wrong)
This commit is contained in:
parent
b0c48dc983
commit
f348ad4ba8
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user