Configure the MS OpenAI settings in the extraction bot of learning instances to use bring your own license (BYOL).

Prerequisites

Procedure

  1. In the Service account for GPT option, use the Credential, Variable, or Insecure string option to enter the license credentials that contains your AI security token for query. If you do not want to use your own credentials, select the None option.
  2. In the Endpoint URL for GPT model option, provide an URL to a document processing endpoint. For example, https://your-resource-name}.openai.azure.com/openai/deployments/deployment-id/chat/completions?api-version=api-version.
  3. In the Service account for embeddings option, use the Credential, Variable, or Insecure string option to enter the license credentials that contains your Microsoft OpenAI security token for embedding. You can also use your own credentials.
  4. In the Endpoint URL for ADA model option, provide an URL to a document processing endpoint. For example, https://your-resource-name.openai.azure.com/openai/deployments/deployment-id/embeddings?api-version=api-version.