Browse Source

Update day1.ipynb

correction in the deepseek response length check
pull/258/head
Martijn van de Rijdt 2 months ago committed by GitHub
parent
commit
6465267e05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      week2/day1.ipynb

2
week2/day1.ipynb

@ -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(\" \")))"
]
},
{

Loading…
Cancel
Save