Skip to main content

Testing the Installation.

With AI SDK installed in SAP application server, lets run the Models Demo program that was imported into the system as part of SDK demo package. The program name is : ZP_MSAISDKDEMO_MODELS

  1. Go to Transaction SE38, and enter program name: ZP_MSAISDKDEMO_MODELS & execute (F8) SE38 Screen

  2. Enter the Base URL and Key (Getting End Points and Keys ). Additionally, enter the version string as 2022-12-01 exactly. Initial Screen

  3. Run the program by pressing F8 or clicking on the “Execute” button on toolbar.

  4. If the parameters are entered correctly, AND, certificates are set up for secure communication to the end point, the program should stop at the first break point like so: Break Point Screen

  5. Double-Click on model_list variable, and inspect it in debugger. Double-Click on “DATA” field to see the list of models available in your Azure Open AI resource. Model List in SAP

  6. Lets compare this list to the list of models available in Azure Open AI. Open the Azure Open AI resource from Azure Portal, and click on “Go To Azure Open AI Studio” AZOAI Portal

  7. Now in Azure Open AI studio, click on “Models” menu on left hand side, and review the list of models available. Model List in AZOAI Portal

Check

Does the list of models available match what you see in SAP debugger?