(docs) updated watsonx cookbook

This commit is contained in:
Simon Sanchez Viloria 2024-04-24 17:19:02 +02:00
parent 777b4b2bbc
commit 72cbe369be

View file

@ -209,7 +209,7 @@
"source": [
"### Request deployed models\n",
"\n",
"Models that have been deployed to a deployment space (i.e. tuned models) can be called using the \"deployment/<deployment_id>\" format (where `<deployment_id>` is the ID of the deployed model in your deployment space). The ID of your deployment space must also be set in the environment variable `WATSONX_DEPLOYMENT_SPACE_ID` or passed to the function as `space_id=<deployment_space_id>`. "
"Models that have been deployed to a deployment space (e.g tuned models) can be called using the \"deployment/<deployment_id>\" format (where `<deployment_id>` is the ID of the deployed model in your deployment space). The ID of your deployment space must also be set in the environment variable `WATSONX_DEPLOYMENT_SPACE_ID` or passed to the function as `space_id=<deployment_space_id>`. "
]
},
{