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_OAI

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

  2. Enter the Base URL and previously generated authentication key (Open AI Initial Setup ). Additionally, enter the version string as v1 exactly.

Initial Screen

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

  2. 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

  3. 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