From 5d734ac8a853d9f7a9f23a3d069dc96f9eed7f4d Mon Sep 17 00:00:00 2001 From: Michael Li Date: Thu, 26 Jun 2025 01:59:29 +1000 Subject: [PATCH] docs: fix typo in clarifai.ipynb (#31732) --- docs/docs/integrations/llms/clarifai.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/llms/clarifai.ipynb b/docs/docs/integrations/llms/clarifai.ipynb index 9fc0a68ec36..7f3ed96bdc3 100644 --- a/docs/docs/integrations/llms/clarifai.ipynb +++ b/docs/docs/integrations/llms/clarifai.ipynb @@ -128,7 +128,7 @@ "\n", "You will have to also initialize the model id and if needed, the model version id. Some models have many versions, you can choose the one appropriate for your task.\n", " \n", - "Alternatively, You can use the model_url (for ex: \"https://clarifai.com/anthropic/completion/models/claude-v2\") for intialization." + "Alternatively, You can use the model_url (for ex: \"https://clarifai.com/anthropic/completion/models/claude-v2\") for initialization." ] }, {