Skip to content

Commit

Permalink
update naming, make format, make spell_check, make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszOssGit committed Feb 22, 2024
1 parent ffe970d commit 4a8e3bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/integrations/llms/ibm_watsonx.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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\""
]
},
{
Expand Down

0 comments on commit 4a8e3bf

Please sign in to comment.