Skip to content

Commit

Permalink
Merge pull request #11 from hickeyma/fix-file-link
Browse files Browse the repository at this point in the history
Fix link to watsonx api file
  • Loading branch information
hickeyma authored Jan 10, 2024
2 parents 5cd06d2 + 0f4df7e commit c35a21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lab-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The goal of this lab is to show how you can leverage [Generative AI](https://res

### Step 1. Obtain the OpenAPI definition of the watsonx.ai generation endpoint

Before you can add the integration between [watsonx.ai](https://www.ibm.com/products/watsonx-ai) and watsonx Assistant virtual assistant to enable a LLM to be called from the chatbot, you must use an OpenAPI definition for the watsonx.ai foundation model inferencing service. An example definition file is available in the [Assistant toolkit](https://github.com/watson-developer-cloud/assistant-toolkit/blob/master/integrations/extensions/starter-kits/language-model-watsonx/watsonx-openapi.json) GitHub repository. However, for this workshop, you'll use a version that is modified with additional support for the `decode_method` parameter of the API. Download this version of the [watsonx-openapi.json](files/watsonx-openapi.json) file to your workstation.
Before you can add the integration between [watsonx.ai](https://www.ibm.com/products/watsonx-ai) and watsonx Assistant virtual assistant to enable a LLM to be called from the chatbot, you must use an OpenAPI definition for the watsonx.ai foundation model inferencing service. An example definition file is available in the [Assistant toolkit](https://github.com/watson-developer-cloud/assistant-toolkit/blob/master/integrations/extensions/starter-kits/language-model-watsonx/watsonx-openapi.json) GitHub repository. However, for this workshop, you'll use a version that is modified with additional support for the `decode_method` parameter of the API. Download this version of the [watsonx-openapi.json](../files/watsonx-openapi.json) file to your workstation.

**Note:** `servers.url` property should be set to the same IBM Cloud region as where your watsonx.ai and watsonx Assistant are deployed to.

Expand Down

0 comments on commit c35a21b

Please sign in to comment.