Merge pull request #258 from MartijnR/patch-1

Correction in week2/day1.ipynb
This commit is contained in:
Ed Donner
2025-03-13 11:43:54 -04:00
committed by GitHub

View File

@@ -485,7 +485,7 @@
"\n",
"print(reasoning_content)\n",
"print(content)\n",
"print(\"Number of words:\", len(reply.split(\" \")))"
"print(\"Number of words:\", len(content.split(\" \")))"
]
},
{