AITypeEnum

class inmydata.ConversationalData.AITypeEnum(value)

Bases: Enum

Enum representing the different platform options used to respond to the question.

azureopenai

Microsoft Azure OpenAI service.

openai

OpenAI’s own API service.

azureopenai = 0
openai = 1