simpleAzureOpenAIExecutor
Creates an instance of SingleLLMPromptExecutor
with an OpenAILLMClient
configured for Azure OpenAI.
Return
A new instance of SingleLLMPromptExecutor
configured with the OpenAILLMClient
for Azure OpenAI.
Parameters
The name of the Azure OpenAI resource.
The name of the deployment within the Azure OpenAI resource.
The version of the Azure OpenAI Service to use.
The API token used for authentication with the Azure OpenAI service.
Creates an instance of SingleLLMPromptExecutor
with an OpenAILLMClient
configured for Azure OpenAI.
Return
A new instance of SingleLLMPromptExecutor
configured with the OpenAILLMClient
for Azure OpenAI.
Parameters
The base URL for the Azure OpenAI service.
The version of the Azure OpenAI Service to use.
The API token used for authentication with the Azure OpenAI service.