From 72cbe369be37bcd5d85702dd86f584034379a9ec Mon Sep 17 00:00:00 2001 From: Simon Sanchez Viloria Date: Wed, 24 Apr 2024 17:19:02 +0200 Subject: [PATCH] (docs) updated watsonx cookbook --- cookbook/liteLLM_IBM_Watsonx.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/liteLLM_IBM_Watsonx.ipynb b/cookbook/liteLLM_IBM_Watsonx.ipynb index e46c1dc96..6de108b5d 100644 --- a/cookbook/liteLLM_IBM_Watsonx.ipynb +++ b/cookbook/liteLLM_IBM_Watsonx.ipynb @@ -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/\" format (where `` 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=`. " + "Models that have been deployed to a deployment space (e.g tuned models) can be called using the \"deployment/\" format (where `` 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=`. " ] }, {