-
AzureOpenAiStreamingLanguageModel.Builder.apiKey(String apiKey)
Sets the Azure OpenAI API key.
AzureOpenAiStreamingLanguageModel.builder()
Sets the deployment name in Azure OpenAI.
AzureOpenAiStreamingLanguageModel.Builder.echo(Boolean echo)
Sets the Azure OpenAI endpoint.
AzureOpenAiStreamingLanguageModel.Builder.n(Integer n)
Used to authenticate with the OpenAI service, instead of Azure OpenAI.
AzureOpenAiStreamingLanguageModel.Builder.openAIClient(com.azure.ai.openai.OpenAIClient openAIClient)
Sets the Azure OpenAI client.
AzureOpenAiStreamingLanguageModel.Builder.proxyOptions(com.azure.core.http.ProxyOptions proxyOptions)
Sets the Azure OpenAI API service version.
AzureOpenAiStreamingLanguageModel.Builder.tokenCredential(com.azure.core.credential.TokenCredential tokenCredential)
Used to authenticate to Azure OpenAI with Azure Active Directory credentials.
AzureOpenAiStreamingLanguageModel.Builder.topP(Double topP)
AzureOpenAiStreamingLanguageModel.Builder.user(String user)