Uses of Interface
io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig
Packages that use OpenAiStreamingChatModelConfig
Package
Description
Provides integration with OpenAi models.
-
Uses of OpenAiStreamingChatModelConfig in io.helidon.integrations.langchain4j.providers.openai
Classes in io.helidon.integrations.langchain4j.providers.openai with type parameters of type OpenAiStreamingChatModelConfigModifier and TypeClassDescriptionstatic class
OpenAiStreamingChatModelConfig.BuilderBase<BUILDER extends OpenAiStreamingChatModelConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OpenAiStreamingChatModelConfig> Fluent API builder base forOpenAiStreamingChatModelConfig
.Classes in io.helidon.integrations.langchain4j.providers.openai that implement OpenAiStreamingChatModelConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j.providers.openai that return OpenAiStreamingChatModelConfigModifier and TypeMethodDescriptionOpenAiStreamingChatModelConfig.Builder.build()
OpenAiStreamingChatModelConfig.Builder.buildPrototype()
OpenAiStreamingChatModelConfig.create()
Create a new instance with default values.Create a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.openai with parameters of type OpenAiStreamingChatModelConfigModifier and TypeMethodDescriptionOpenAiStreamingChatModelConfig.builder
(OpenAiStreamingChatModelConfig instance) Create a new fluent API builder from an existing instance.static dev.langchain4j.model.openai.OpenAiStreamingChatModel
OpenAiStreamingChatModelFactory.create
(OpenAiStreamingChatModelConfig config) Create the OpenAI model from its configuration.OpenAiStreamingChatModelConfig.BuilderBase.from
(OpenAiStreamingChatModelConfig prototype) Update this builder from an existing prototype instance.