Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.99 KB

ibm-watsonx.md

File metadata and controls

49 lines (29 loc) · 1.99 KB

IBM Watsonx

Prerequisite

  1. Register an account on IBM Watsonx
  2. Create a new project:

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

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

  1. From the top right corner, click on View Code:

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

  1. Take note on the watsonx.ai URL, Project ID and create a new API key from IBM Cloud Console.
  2. By now, you should have the following information:
    • Watsonx.ai URL
    • Project ID
    • API Key
    • Model's version
    • Model's ID

Setup

  1. Chat Models > drag ChatIBMWatsonx node

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

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