IBM Watsonx
Prerequisite
Register an account on IBM Watsonx
Create a new project:


After project has been created, back to the main dashboard, and click Explore foundation models:

Choose the model you would like to use and open in Prompt Lab:

From the top right corner, click on View Code:

Take note on the
model_id
andversion
parameter. In this case, it isibm/granite-3-8b-instruct,
and the version is2023-05-29
.Click the navigation bar from the left side, and click Developer access

Take note on the
watsonx.ai URL
,Project ID
and create a new API key from IBM Cloud Console.By now, you should have the following information:
Watsonx.ai URL
Project ID
API Key
Model's version
Model's ID
Setup
Chat Models > drag ChatIBMWatsonx node

Fill in the Model with the Model ID earlier. Create New Credential and fill in all the details.

Voila 🎉, you can now use ChatIBMWatsonx node in Flowise!

Last updated