Update day1.ipynb
correction in the deepseek response length check
This commit is contained in:
committed by
GitHub
parent
d2027a8744
commit
6465267e05
@@ -485,7 +485,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"print(reasoning_content)\n",
|
"print(reasoning_content)\n",
|
||||||
"print(content)\n",
|
"print(content)\n",
|
||||||
"print(\"Number of words:\", len(reply.split(\" \")))"
|
"print(\"Number of words:\", len(content.split(\" \")))"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user