Uses of Class
dev.langchain4j.model.azure.AzureOpenAiStreamingChatModel.Builder
Packages that use AzureOpenAiStreamingChatModel.Builder
-
Uses of AzureOpenAiStreamingChatModel.Builder in dev.langchain4j.model.azure
Methods in dev.langchain4j.model.azure that return AzureOpenAiStreamingChatModel.BuilderModifier and TypeMethodDescriptionSets the Azure OpenAI API key.AzureOpenAiStreamingChatModel.builder()AzureOpenAiStreamingChatModel.Builder.customHeaders(Map<String, String> customHeaders) AzureOpenAiStreamingChatModel.Builder.dataSources(List<com.azure.ai.openai.models.AzureChatExtensionConfiguration> dataSources) AzureOpenAiStreamingChatModel.Builder.defaultRequestParameters(ChatRequestParameters parameters) AzureOpenAiStreamingChatModel.Builder.deploymentName(String deploymentName) Sets the deployment name in Azure OpenAI.Sets the Azure OpenAI endpoint.AzureOpenAiStreamingChatModel.Builder.enhancements(com.azure.ai.openai.models.AzureChatEnhancementConfiguration enhancements) AzureOpenAiStreamingChatModel.Builder.frequencyPenalty(Double frequencyPenalty) AzureOpenAiStreamingChatModel.Builder.httpClientProvider(com.azure.core.http.HttpClientProvider httpClientProvider) Sets theHttpClientProviderto use for creating the HTTP client to communicate with the OpenAI api.AzureOpenAiStreamingChatModel.Builder.listeners(List<ChatModelListener> listeners) AzureOpenAiStreamingChatModel.Builder.logRequestsAndResponses(boolean logRequestsAndResponses) AzureOpenAiStreamingChatModel.Builder.maxCompletionTokens(Integer maxCompletionTokens) AzureOpenAiStreamingChatModel.Builder.maxRetries(Integer maxRetries) AzureOpenAiStreamingChatModel.Builder.nonAzureApiKey(String nonAzureApiKey) Used to authenticate with the OpenAI service, instead of Azure OpenAI.AzureOpenAiStreamingChatModel.Builder.openAIAsyncClient(com.azure.ai.openai.OpenAIAsyncClient openAIAsyncClient) Sets the Azure OpenAI client.AzureOpenAiStreamingChatModel.Builder.presencePenalty(Double presencePenalty) AzureOpenAiStreamingChatModel.Builder.proxyOptions(com.azure.core.http.ProxyOptions proxyOptions) AzureOpenAiStreamingChatModel.Builder.responseFormat(ResponseFormat responseFormat) AzureOpenAiStreamingChatModel.Builder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) AzureOpenAiStreamingChatModel.Builder.serviceVersion(String serviceVersion) Sets the Azure OpenAI API service version.AzureOpenAiStreamingChatModel.Builder.strictJsonSchema(Boolean strictJsonSchema) AzureOpenAiStreamingChatModel.Builder.supportedCapabilities(Capability... supportedCapabilities) AzureOpenAiStreamingChatModel.Builder.supportedCapabilities(Set<Capability> supportedCapabilities) AzureOpenAiStreamingChatModel.Builder.temperature(Double temperature) AzureOpenAiStreamingChatModel.Builder.tokenCredential(com.azure.core.credential.TokenCredential tokenCredential) Used to authenticate to Azure OpenAI with Azure Active Directory credentials.AzureOpenAiStreamingChatModel.Builder.userAgentSuffix(String userAgentSuffix) Constructors in dev.langchain4j.model.azure with parameters of type AzureOpenAiStreamingChatModel.BuilderModifierConstructorDescription -
Uses of AzureOpenAiStreamingChatModel.Builder in dev.langchain4j.model.azure.spi
Subinterfaces with type arguments of type AzureOpenAiStreamingChatModel.Builder in dev.langchain4j.model.azure.spiModifier and TypeInterfaceDescriptioninterfaceA factory for buildingAzureOpenAiStreamingChatModel.Builderinstances.