docs: update contextual.ipynb (#30384)

intialize -> initialize
This commit is contained in:
Ikko Eltociear Ashimine 2025-03-20 04:48:58 +09:00 committed by GitHub
parent 65b16d3200
commit bffa530816
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@
" \"Enter your Contextual API key: \"\n",
" )\n",
"\n",
"# intialize Contextual llm\n",
"# initialize Contextual llm\n",
"llm = ChatContextual(\n",
" model=\"v1\",\n",
" api_key=\"\",\n",