docs: update clarifai.ipynb (#25373)

Intialize -> Initialize
This commit is contained in:
Ikko Eltociear Ashimine 2024-08-14 22:20:17 +09:00 committed by GitHub
parent 10e6725a7e
commit 4029f5650c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -226,7 +226,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"# Intialize the parameters as dict.\n", "# Initialize the parameters as dict.\n",
"params = dict(temperature=str(0.3), max_tokens=100)" "params = dict(temperature=str(0.3), max_tokens=100)"
] ]
}, },