One of the cool features of Domino IQ is its ability to use a remote LLM service. This allows you to test and prototype with ease. This article will cover the step we undertook to get this integration to work. 


You are going to need an OpenAI API key. If you don't have one follow these steps 


Now follow the Installing Domino IQ procedures here https://help.hcl-software.com/domino/14.5.0/admin/conf_install_domino_iq.html


Follow the Enabling Domino IQ servers procedure here https://help.hcl-software.com/domino/14.5.0/admin/conf_config_dom_iq_server.html


Now it was time to Configure the Domino IQ database, the procedures are here https://help.hcl-software.com/domino/14.5.0/admin/conf_confiig_domino_iq_db.html


Note: because  we're using ChatGPT we don't need to add a LLM document in the configuration database


Now create an Configuration for Remote mode document --> https://help.hcl-software.com/domino/14.5.0/admin/conf_add_dom_iq_config_remote_mode.html


Make sure you do step 8, Add Trusted roots for the remote AI server to Domino's Certstore.


You should be able to use certmgr to import the certificates from openAI


load certmgr -ImportRootfromURL https://api.openai.com/v1/chat/completions


Open the the certmgr.nsf, goto Configurations, Trusted Roots, open the GlobalSign Root CA and adjusted to match the screen shot below. 

Take care to make sure Status = Issued, and  Usage Categories = Uncheck Imported and Restrict.

Save and close the document.


Now follow the Configure Certstore database for TLS procedures here https://help.hcl-software.com/domino/14.5.0/admin/conf_config_certstore_for_tls.html



Once that is all done you should be good to go.