mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 16:13:25 +00:00
docs: correct typos in Italian words (#22606)
**Description** Fix typos in Italian words.
This commit is contained in:
parent
95883a99a9
commit
51942c03eb
@ -60,7 +60,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"examples = [\n",
|
"examples = [\n",
|
||||||
" {\"input\": \"hi\", \"output\": \"ciao\"},\n",
|
" {\"input\": \"hi\", \"output\": \"ciao\"},\n",
|
||||||
" {\"input\": \"bye\", \"output\": \"arrivaderci\"},\n",
|
" {\"input\": \"bye\", \"output\": \"arrivederci\"},\n",
|
||||||
" {\"input\": \"soccer\", \"output\": \"calcio\"},\n",
|
" {\"input\": \"soccer\", \"output\": \"calcio\"},\n",
|
||||||
"]"
|
"]"
|
||||||
]
|
]
|
||||||
@ -133,7 +133,7 @@
|
|||||||
{
|
{
|
||||||
"data": {
|
"data": {
|
||||||
"text/plain": [
|
"text/plain": [
|
||||||
"[{'input': 'bye', 'output': 'arrivaderci'}]"
|
"[{'input': 'bye', 'output': 'arrivederci'}]"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"execution_count": 39,
|
"execution_count": 39,
|
||||||
@ -209,7 +209,7 @@
|
|||||||
"name": "stdout",
|
"name": "stdout",
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"text": [
|
"text": [
|
||||||
"Translate the following words from English to Italain:\n",
|
"Translate the following words from English to Italian:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Input: hand -> Output: mano\n",
|
"Input: hand -> Output: mano\n",
|
||||||
"\n",
|
"\n",
|
||||||
@ -222,7 +222,7 @@
|
|||||||
" example_selector=example_selector,\n",
|
" example_selector=example_selector,\n",
|
||||||
" example_prompt=example_prompt,\n",
|
" example_prompt=example_prompt,\n",
|
||||||
" suffix=\"Input: {input} -> Output:\",\n",
|
" suffix=\"Input: {input} -> Output:\",\n",
|
||||||
" prefix=\"Translate the following words from English to Italain:\",\n",
|
" prefix=\"Translate the following words from English to Italian:\",\n",
|
||||||
" input_variables=[\"input\"],\n",
|
" input_variables=[\"input\"],\n",
|
||||||
")\n",
|
")\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user