diff --git a/docs/docs/integrations/llms/ibm_watsonx.ipynb b/docs/docs/integrations/llms/ibm_watsonx.ipynb index 5c5d314740165..247a95336c556 100644 --- a/docs/docs/integrations/llms/ibm_watsonx.ipynb +++ b/docs/docs/integrations/llms/ibm_watsonx.ipynb @@ -75,10 +75,10 @@ "import os\n", "\n", "os.environ[\"WATSONX_URL\"] = \"your service instance url\"\n", - "os.environ[\"WATSONX_TOKEN\"] = \"your token for accessing the Cloud Pak for Data cluster\"\n", - "os.environ[\"WATSONX_PASSWORD\"] = \"your password for accessing the Cloud Pak for Data cluster\"\n", - "os.environ[\"WATSONX_USERNAME\"] = \"your username for accessing the Cloud Pak for Data cluster\"\n", - "os.environ[\"WATSONX_INSTANCE_ID\"] = \"your instance_id for accessing the Cloud Pak for Data cluster\"" + "os.environ[\"WATSONX_TOKEN\"] = \"your token for accessing the CPD cluster\"\n", + "os.environ[\"WATSONX_PASSWORD\"] = \"your password for accessing the CPD cluster\"\n", + "os.environ[\"WATSONX_USERNAME\"] = \"your username for accessing the CPD cluster\"\n", + "os.environ[\"WATSONX_INSTANCE_ID\"] = \"your instance_id for accessing the CPD cluster\"" ] }, {